#CACBAE

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

Shades of Orinoco #CACBAE

Tints of Orinoco #CACBAE

Color information

#CACBAE (or 0xCACBAE) is unknown color: approx Orinoco. HEX triplet: CA, CB and AE. RGB value is (202,203,174). Sum of RGB (Red+Green+Blue) = 202+203+174=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBAE is #353451. Grayscale: #C7C7C7. Windows color (decimal): -3486802 or 11455434. OLE color: 11455434.

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

Color convert

RGB202203174-
CMYK0.0000.140.20
HSL62.07º21.8%73.92%-
HSV(B)62.07º14.29%79.61%-
XYZ53.3558.3248.49-
YUV199.4113.67129.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=34.89%
G=35.06%
B=30.05%

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
Decimal2022031740.0000.140.2062.0721.873.92
HexCACBAE00E143e164a
Octal3123132560016247626112
Binary11001010110010111010111000111010100111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBAE; }

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

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

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

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

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

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

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

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