Html Css Color HEX #CCCEAF Orinoco

📋 copy color: '#CCCEAF'

red 204 ◦ green 206 ◦ blue 175

#CCCEAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #CCCEAF

Tints of Orinoco #CCCEAF

RGB

 RED value IS 204 (80.08% from 255) = 34.87%

 GREEN value IS 206 (80.86% from 255) = 35.21%

 BLUE value IS 175 (68.75% from 255) = 29.91%

R = 34.87%
G = 35.21%
B = 29.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCCEAF (or 0xCCCEAF) is known color: Orinoco. HEX triplet: CC, CE and AF. RGB value is (204,206,175). Sum of RGB (Red+Green+Blue) = 204+206+175=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEAF is #333150. Grayscale: #C9C9C9. Windows color (decimal): -3354961 or 11521740. OLE color: 11521740.

HSL color Cylindrical-coordinate representation of color #CCCEAF: hue angle of 63.87º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCEAF is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 175 -
CMYK 0.01 0 0.15 0.19
HSL 63.87º 0.24% 0.75% -
HSV(B) 63.87º 0.15% 0.81% -
XYZ 54.71 60.08 49.27 -
YUV 201.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 204 206 175 0.01 0 0.15 0.19 63.87 0.24 0.75
Hex CC CE AF 1 0 F 13 40 18 4B
Octal 314 316 257 1 0 17 23 100 30 113
Binary 11001100 11001110 10101111 1 0 1111 10011 1000000 11000 1001011

Color Harmonies of #CCCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEAF

Black with #CCCEAF

Text Example


Text Example

White with #CCCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEAF; }

 p { color: rgb(204,206,175); }

 H1.HeaderClassName
 {
   color: #CCCEAF;
 }
 .AnyTagClassName
 {
   color: #CCCEAF;
 }
</style>

background-color css

<style>
 a { background-color: #CCCEAF; }

 a { background-color: rgb(204,206,175); }

 div.DivClassName
 {
   background-color: #CCCEAF;
 }
 .BgClassName
 {
   background-color: #CCCEAF;
 }
</style>

border-color css

<style>
 span { border-color: #CCCEAF; }

 span { border-color: rgb(204,206,175); }

 td.TdClassName
 {
   border-color: #CCCEAF;
 }
 .TagClassName
 {
   border-color: #CCCEAF;
 }
</style>