#C8CBAF

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

Shades of Orinoco #C8CBAF

Tints of Orinoco #C8CBAF

Color information

#C8CBAF (or 0xC8CBAF) is unknown color: approx Orinoco. HEX triplet: C8, CB and AF. RGB value is (200,203,175). Sum of RGB (Red+Green+Blue) = 200+203+175=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CBAF is #373450. Grayscale: #C7C7C7. Windows color (decimal): -3617873 or 11520968. OLE color: 11520968.

HSL color Cylindrical-coordinate representation of color #C8CBAF: hue angle of 66.43º degrees, saturation: 0.21, 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 #C8CBAF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB200203175-
CMYK0.0100.140.20
HSL66.43º21.21%74.12%-
HSV(B)66.43º13.79%79.61%-
XYZ52.9158.0948.98-
YUV198.91114.51128.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=34.60%
G=35.12%
B=30.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002031750.0100.140.2066.4321.2174.12
HexC8CBAF10E1442154a
Octal31031325710162410225112
Binary110010001100101110101111101110101001000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBAF; }

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

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

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

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

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

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

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

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