#CACEAB

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

Shades of Orinoco #CACEAB

Tints of Orinoco #CACEAB

Color information

#CACEAB (or 0xCACEAB) is unknown color: approx Orinoco. HEX triplet: CA, CE and AB. RGB value is (202,206,171). Sum of RGB (Red+Green+Blue) = 202+206+171=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEAB is #353154. Grayscale: #C8C8C8. Windows color (decimal): -3486037 or 11259594. OLE color: 11259594.

HSL color Cylindrical-coordinate representation of color #CACEAB: hue angle of 66.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACEAB is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB202206171-
CMYK0.0200.170.19
HSL66.86º26.32%73.92%-
HSV(B)66.86º16.99%80.78%-
XYZ53.7859.6447.21-
YUV200.81111.17128.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=34.89%
G=35.58%
B=29.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061710.0200.170.1966.8626.3273.92
HexCACEAB201113431a4a
Octal31231625320212310332112
Binary11001010110011101010101110010001100111000011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEAB; }

 p { color: rgb(202,206,171); }

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

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

 a { background-color: rgb(202,206,171); }

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

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

 span { border-color: rgb(202,206,171); }

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