Html Css Color HEX #C9CBB3 Orinoco

📋 copy color: '#C9CBB3'

red 201 ◦ green 203 ◦ blue 179

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

Shades of Orinoco #C9CBB3

Tints of Orinoco #C9CBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.7%

R = 34.48%
G = 34.82%
B = 30.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#C9CBB3 (or 0xC9CBB3) is known color: Orinoco. HEX triplet: C9, CB and B3. RGB value is (201,203,179). Sum of RGB (Red+Green+Blue) = 201+203+179=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBB3 is #36344C. Grayscale: #C7C7C7. Windows color (decimal): -3552333 or 11783113. OLE color: 11783113.

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

Color convert

RGB 201 203 179 -
CMYK 0.01 0 0.12 0.20
HSL 65º 0.19% 0.75% -
HSV(B) 65º 0.12% 0.8% -
XYZ 53.58 58.38 51.09 -
YUV 199.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 201 203 179 0.01 0 0.12 0.20 65 0.19 0.75
Hex C9 CB B3 1 0 C 14 41 13 4B
Octal 311 313 263 1 0 14 24 101 23 113
Binary 11001001 11001011 10110011 1 0 1100 10100 1000001 10011 1001011

Color Harmonies of #C9CBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBB3

Black with #C9CBB3

Text Example


Text Example

White with #C9CBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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