#CACCB4

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

Shades of Orinoco #CACCB4

Tints of Orinoco #CACCB4

Color information

#CACCB4 (or 0xCACCB4) is unknown color: approx Orinoco. HEX triplet: CA, CC and B4. RGB value is (202,204,180). Sum of RGB (Red+Green+Blue) = 202+204+180=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCB4 is #35334B. Grayscale: #C8C8C8. Windows color (decimal): -3486540 or 11848906. OLE color: 11848906.

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

Color convert

RGB202204180-
CMYK0.0100.120.2
HSL65º19.05%75.29%-
HSV(B)65º11.76%80%-
XYZ54.1959.0451.72-
YUV200.67116.34128.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=34.47%
G=34.81%
B=30.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041800.0100.120.26519.0575.29
HexCACCB410C1441134b
Octal31231426410142410123113
Binary110010101100110010110100101100101001000001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCB4; }

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

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

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

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

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

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

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

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