Html Css Color HEX #CCCFAE Orinoco

📋 copy color: '#CCCFAE'

red 204 ◦ green 207 ◦ blue 174

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

Shades of Orinoco #CCCFAE

Tints of Orinoco #CCCFAE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.38%

 BLUE value IS 174 (68.36% from 255) = 29.74%

R = 34.87%
G = 35.38%
B = 29.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CCCFAE (or 0xCCCFAE) is known color: Orinoco. HEX triplet: CC, CF and AE. RGB value is (204,207,174). Sum of RGB (Red+Green+Blue) = 204+207+174=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFAE is #333051. Grayscale: #CACACA. Windows color (decimal): -3354706 or 11456460. OLE color: 11456460.

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

Color convert

RGB 204 207 174 -
CMYK 0.01 0 0.16 0.19
HSL 65.45º 0.26% 0.75% -
HSV(B) 65.45º 0.16% 0.81% -
XYZ 54.85 60.52 48.83 -
YUV 202.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 204 207 174 0.01 0 0.16 0.19 65.45 0.26 0.75
Hex CC CF AE 1 0 10 13 41 1A 4B
Octal 314 317 256 1 0 20 23 101 32 113
Binary 11001100 11001111 10101110 1 0 10000 10011 1000001 11010 1001011

Color Harmonies of #CCCFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFAE

Black with #CCCFAE

Text Example


Text Example

White with #CCCFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFAE; }

 p { color: rgb(204,207,174); }

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

background-color css

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

 a { background-color: rgb(204,207,174); }

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

border-color css

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

 span { border-color: rgb(204,207,174); }

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