Html Css Color HEX #C9CEAF Orinoco

📋 copy color: '#C9CEAF'

red 201 ◦ green 206 ◦ blue 175

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

Shades of Orinoco #C9CEAF

Tints of Orinoco #C9CEAF

RGB

 RED value IS 201 (78.91% from 255) = 34.54%

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

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

R = 34.54%
G = 35.4%
B = 30.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#C9CEAF (or 0xC9CEAF) is known color: Orinoco. HEX triplet: C9, CE and AF. RGB value is (201,206,175). Sum of RGB (Red+Green+Blue) = 201+206+175=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEAF is #363150. Grayscale: #C9C9C9. Windows color (decimal): -3551569 or 11521737. OLE color: 11521737.

HSL color Cylindrical-coordinate representation of color #C9CEAF: hue angle of 69.68º 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 #C9CEAF is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 175 -
CMYK 0.02 0 0.15 0.19
HSL 69.68º 0.24% 0.75% -
HSV(B) 69.68º 0.15% 0.81% -
XYZ 53.9 59.66 49.23 -
YUV 200.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 201 206 175 0.02 0 0.15 0.19 69.68 0.24 0.75
Hex C9 CE AF 2 0 F 13 46 18 4B
Octal 311 316 257 2 0 17 23 106 30 113
Binary 11001001 11001110 10101111 10 0 1111 10011 1000110 11000 1001011

Color Harmonies of #C9CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEAF

Black with #C9CEAF

Text Example


Text Example

White with #C9CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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