Html Css Color HEX #C9CCB0 Orinoco

📋 copy color: '#C9CCB0'

red 201 ◦ green 204 ◦ blue 176

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

Shades of Orinoco #C9CCB0

Tints of Orinoco #C9CCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.29%

R = 34.6%
G = 35.11%
B = 30.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#C9CCB0 (or 0xC9CCB0) is known color: Orinoco. HEX triplet: C9, CC and B0. RGB value is (201,204,176). Sum of RGB (Red+Green+Blue) = 201+204+176=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CCB0 is #36334F. Grayscale: #C8C8C8. Windows color (decimal): -3552080 or 11586761. OLE color: 11586761.

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

Color convert

RGB 201 204 176 -
CMYK 0.01 0 0.14 0.2
HSL 66.43º 0.22% 0.75% -
HSV(B) 66.43º 0.14% 0.8% -
XYZ 53.52 58.74 49.59 -
YUV 199.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 201 204 176 0.01 0 0.14 0.2 66.43 0.22 0.75
Hex C9 CC B0 1 0 E 14 42 16 4B
Octal 311 314 260 1 0 16 24 102 26 113
Binary 11001001 11001100 10110000 1 0 1110 10100 1000010 10110 1001011

Color Harmonies of #C9CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCB0

Black with #C9CCB0

Text Example


Text Example

White with #C9CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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