#C8CAB1

Color #C8CAB1 Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #C8CAB1

Tints of Orinoco #C8CAB1

Color information

#C8CAB1 (or 0xC8CAB1) is unknown color: approx Orinoco. HEX triplet: C8, CA and B1. RGB value is (200,202,177). Sum of RGB (Red+Green+Blue) = 200+202+177=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CAB1 is #37354E. Grayscale: #C6C6C6. Windows color (decimal): -3618127 or 11651784. OLE color: 11651784.

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

Color convert

RGB200202177-
CMYK0.0100.120.21
HSL64.8º19.08%74.31%-
HSV(B)64.8º12.38%79.22%-
XYZ52.8857.6949.94-
YUV198.55115.84129.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.54%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 177 (69.53% from 255) = 30.57%
R=34.54%
G=34.89%
B=30.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021770.0100.120.2164.819.0874.31
HexC8CAB110C1541134a
Octal31031226110142510123112
Binary110010001100101010110001101100101011000001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CAB1; }

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

 H1.HeaderClassName
 {
   color: #C8CAB1;
 }
 .AnyTagClassName
 {
   color: #C8CAB1;
 }
</style>
background-color css

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

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

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

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

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

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