Html Css Color HEX #C8CBB0 Orinoco

📋 copy color: '#C8CBB0'

red 200 ◦ green 203 ◦ blue 176

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

Shades of Orinoco #C8CBB0

Tints of Orinoco #C8CBB0

RGB

 RED value IS 200 (78.52% from 255) = 34.54%

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

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

R = 34.54%
G = 35.06%
B = 30.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#C8CBB0 (or 0xC8CBB0) is known color: Orinoco. HEX triplet: C8, CB and B0. RGB value is (200,203,176). Sum of RGB (Red+Green+Blue) = 200+203+176=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CBB0 is #37344F. Grayscale: #C7C7C7. Windows color (decimal): -3617872 or 11586504. OLE color: 11586504.

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

Color convert

RGB 200 203 176 -
CMYK 0.01 0 0.13 0.20
HSL 66.67º 0.21% 0.74% -
HSV(B) 66.67º 0.13% 0.8% -
XYZ 53.01 58.13 49.5 -
YUV 199.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 200 203 176 0.01 0 0.13 0.20 66.67 0.21 0.74
Hex C8 CB B0 1 0 D 14 43 15 4A
Octal 310 313 260 1 0 15 24 103 25 112
Binary 11001000 11001011 10110000 1 0 1101 10100 1000011 10101 1001010

Color Harmonies of #C8CBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CBB0

Black with #C8CBB0

Text Example


Text Example

White with #C8CBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CBB0; }

 p { color: rgb(200,203,176); }

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

background-color css

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

 a { background-color: rgb(200,203,176); }

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

border-color css

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

 span { border-color: rgb(200,203,176); }

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