Html Css Color HEX #C9CEA5 Orinoco

📋 copy color: '#C9CEA5'

red 201 ◦ green 206 ◦ blue 165

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

Shades of Orinoco #C9CEA5

Tints of Orinoco #C9CEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.85%

R = 35.14%
G = 36.01%
B = 28.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#C9CEA5 (or 0xC9CEA5) is known color: Orinoco. HEX triplet: C9, CE and A5. RGB value is (201,206,165). Sum of RGB (Red+Green+Blue) = 201+206+165=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEA5 is #36315A. Grayscale: #C7C7C7. Windows color (decimal): -3551579 or 10866377. OLE color: 10866377.

HSL color Cylindrical-coordinate representation of color #C9CEA5: hue angle of 67.32º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9CEA5 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 165 -
CMYK 0.02 0 0.20 0.19
HSL 67.32º 0.29% 0.73% -
HSV(B) 67.32º 0.2% 0.81% -
XYZ 52.95 59.28 44.25 -
YUV 199.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 201 206 165 0.02 0 0.20 0.19 67.32 0.29 0.73
Hex C9 CE A5 2 0 14 13 43 1D 49
Octal 311 316 245 2 0 24 23 103 35 111
Binary 11001001 11001110 10100101 10 0 10100 10011 1000011 11101 1001001

Color Harmonies of #C9CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEA5

Black with #C9CEA5

Text Example


Text Example

White with #C9CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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