Html Css Color HEX #C8CAB0 Orinoco

📋 copy color: '#C8CAB0'

red 200 ◦ green 202 ◦ blue 176

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

Shades of Orinoco #C8CAB0

Tints of Orinoco #C8CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.95%

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

R = 34.6%
G = 34.95%
B = 30.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C8CAB0 (or 0xC8CAB0) is known color: Orinoco. HEX triplet: C8, CA and B0. RGB value is (200,202,176). Sum of RGB (Red+Green+Blue) = 200+202+176=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CAB0 is #37354F. Grayscale: #C6C6C6. Windows color (decimal): -3618128 or 11586248. OLE color: 11586248.

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

Color convert

RGB 200 202 176 -
CMYK 0.01 0 0.13 0.21
HSL 64.62º 0.2% 0.74% -
HSV(B) 64.62º 0.13% 0.79% -
XYZ 52.78 57.66 49.42 -
YUV 198.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 200 202 176 0.01 0 0.13 0.21 64.62 0.2 0.74
Hex C8 CA B0 1 0 D 15 41 14 4A
Octal 310 312 260 1 0 15 25 101 24 112
Binary 11001000 11001010 10110000 1 0 1101 10101 1000001 10100 1001010

Color Harmonies of #C8CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAB0

Black with #C8CAB0

Text Example


Text Example

White with #C8CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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