Html Css Color HEX #C9CCB2 Orinoco

📋 copy color: '#C9CCB2'

red 201 ◦ green 204 ◦ blue 178

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

Shades of Orinoco #C9CCB2

Tints of Orinoco #C9CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

 BLUE value IS 178 (69.92% from 255) = 30.53%

R = 34.48%
G = 34.99%
B = 30.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#C9CCB2 (or 0xC9CCB2) is known color: Orinoco. HEX triplet: C9, CC and B2. RGB value is (201,204,178). Sum of RGB (Red+Green+Blue) = 201+204+178=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CCB2 is #36334D. Grayscale: #C8C8C8. Windows color (decimal): -3552078 or 11717833. OLE color: 11717833.

HSL color Cylindrical-coordinate representation of color #C9CCB2: hue angle of 66.92º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9CCB2 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 204 178 -
CMYK 0.01 0 0.13 0.2
HSL 66.92º 0.2% 0.75% -
HSV(B) 66.92º 0.13% 0.8% -
XYZ 53.72 58.82 50.64 -
YUV 200.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 201 204 178 0.01 0 0.13 0.2 66.92 0.2 0.75
Hex C9 CC B2 1 0 D 14 43 14 4B
Octal 311 314 262 1 0 15 24 103 24 113
Binary 11001001 11001100 10110010 1 0 1101 10100 1000011 10100 1001011

Color Harmonies of #C9CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCB2

Black with #C9CCB2

Text Example


Text Example

White with #C9CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCB2; }

 p { color: rgb(201,204,178); }

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

background-color css

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

 a { background-color: rgb(201,204,178); }

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

border-color css

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

 span { border-color: rgb(201,204,178); }

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