#CACBAF

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

Shades of Orinoco #CACBAF

Tints of Orinoco #CACBAF

Color information

#CACBAF (or 0xCACBAF) is unknown color: approx Orinoco. HEX triplet: CA, CB and AF. RGB value is (202,203,175). Sum of RGB (Red+Green+Blue) = 202+203+175=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBAF is #353450. Grayscale: #C7C7C7. Windows color (decimal): -3486801 or 11520970. OLE color: 11520970.

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

Color convert

RGB202203175-
CMYK0.0000.140.20
HSL62.14º21.21%74.12%-
HSV(B)62.14º13.79%79.61%-
XYZ53.4558.3649.01-
YUV199.51114.17129.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=34.83%
G=35%
B=30.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022031750.0000.140.2062.1421.2174.12
HexCACBAF00E143e154a
Octal3123132570016247625112
Binary11001010110010111010111100111010100111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBAF; }

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

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

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

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

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

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

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

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