#CACFB0

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

Shades of Orinoco #CACFB0

Tints of Orinoco #CACFB0

Color information

#CACFB0 (or 0xCACFB0) is unknown color: approx Orinoco. HEX triplet: CA, CF and B0. RGB value is (202,207,176). Sum of RGB (Red+Green+Blue) = 202+207+176=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACFB0 is #35304F. Grayscale: #CACACA. Windows color (decimal): -3485776 or 11587530. OLE color: 11587530.

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

Color convert

RGB202207176-
CMYK0.0200.150.19
HSL69.68º24.41%75.1%-
HSV(B)69.68º14.98%81.18%-
XYZ54.5160.3249.84-
YUV201.97113.34128.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=34.53%
G=35.38%
B=30.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071760.0200.150.1969.6824.4175.1
HexCACFB020F1346184b
Octal31231726020172310630113
Binary1100101011001111101100001001111100111000110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFB0; }

 p { color: rgb(202,207,176); }

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

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

 a { background-color: rgb(202,207,176); }

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

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

 span { border-color: rgb(202,207,176); }

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