Html Css Color HEX #C9CBB4 Orinoco

📋 copy color: '#C9CBB4'

red 201 ◦ green 203 ◦ blue 180

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

Shades of Orinoco #C9CBB4

Tints of Orinoco #C9CBB4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.76%

 BLUE value IS 180 (70.7% from 255) = 30.82%

R = 34.42%
G = 34.76%
B = 30.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#C9CBB4 (or 0xC9CBB4) is known color: Orinoco. HEX triplet: C9, CB and B4. RGB value is (201,203,180). Sum of RGB (Red+Green+Blue) = 201+203+180=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBB4 is #36344B. Grayscale: #C7C7C7. Windows color (decimal): -3552332 or 11848649. OLE color: 11848649.

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

Color convert

RGB 201 203 180 -
CMYK 0.01 0 0.11 0.20
HSL 65.22º 0.18% 0.75% -
HSV(B) 65.22º 0.11% 0.8% -
XYZ 53.68 58.42 51.63 -
YUV 199.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 201 203 180 0.01 0 0.11 0.20 65.22 0.18 0.75
Hex C9 CB B4 1 0 B 14 41 12 4B
Octal 311 313 264 1 0 13 24 101 22 113
Binary 11001001 11001011 10110100 1 0 1011 10100 1000001 10010 1001011

Color Harmonies of #C9CBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBB4

Black with #C9CBB4

Text Example


Text Example

White with #C9CBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBB4; }

 p { color: rgb(201,203,180); }

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

background-color css

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

 a { background-color: rgb(201,203,180); }

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

border-color css

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

 span { border-color: rgb(201,203,180); }

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