#CACCB1

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

Shades of Orinoco #CACCB1

Tints of Orinoco #CACCB1

Color information

#CACCB1 (or 0xCACCB1) is unknown color: approx Orinoco. HEX triplet: CA, CC and B1. RGB value is (202,204,177). Sum of RGB (Red+Green+Blue) = 202+204+177=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACCB1 is #35334E. Grayscale: #C8C8C8. Windows color (decimal): -3486543 or 11652298. OLE color: 11652298.

HSL color Cylindrical-coordinate representation of color #CACCB1: hue angle of 64.44º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACCB1 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB202204177-
CMYK0.0100.130.2
HSL64.44º20.93%74.71%-
HSV(B)64.44º13.24%80%-
XYZ53.8958.9250.13-
YUV200.32114.84129.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 177 (69.53% from 255) = 30.36%
R=34.65%
G=34.99%
B=30.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041770.0100.130.264.4420.9374.71
HexCACCB110D1440154b
Octal31231426110152410025113
Binary110010101100110010110001101101101001000000101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCB1; }

 p { color: rgb(202,204,177); }

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

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

 a { background-color: rgb(202,204,177); }

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

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

 span { border-color: rgb(202,204,177); }

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