Html Css Color HEX #C8CBAE Orinoco

📋 copy color: '#C8CBAE'

red 200 ◦ green 203 ◦ blue 174

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

Shades of Orinoco #C8CBAE

Tints of Orinoco #C8CBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.16%

R = 34.66%
G = 35.18%
B = 30.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#C8CBAE (or 0xC8CBAE) is known color: Orinoco. HEX triplet: C8, CB and AE. RGB value is (200,203,174). Sum of RGB (Red+Green+Blue) = 200+203+174=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CBAE is #373451. Grayscale: #C6C6C6. Windows color (decimal): -3617874 or 11455432. OLE color: 11455432.

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

Color convert

RGB 200 203 174 -
CMYK 0.01 0 0.14 0.20
HSL 66.21º 0.22% 0.74% -
HSV(B) 66.21º 0.14% 0.8% -
XYZ 52.82 58.05 48.46 -
YUV 198.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 200 203 174 0.01 0 0.14 0.20 66.21 0.22 0.74
Hex C8 CB AE 1 0 E 14 42 16 4A
Octal 310 313 256 1 0 16 24 102 26 112
Binary 11001000 11001011 10101110 1 0 1110 10100 1000010 10110 1001010

Color Harmonies of #C8CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CBAE

Black with #C8CBAE

Text Example


Text Example

White with #C8CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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