#CACDBB

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

Shades of Harp #CACDBB

Tints of Harp #CACDBB

Color information

#CACDBB (or 0xCACDBB) is unknown color: approx Harp. HEX triplet: CA, CD and BB. RGB value is (202,205,187). Sum of RGB (Red+Green+Blue) = 202+205+187=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDBB is #353244. Grayscale: #CACACA. Windows color (decimal): -3486277 or 12307914. OLE color: 12307914.

HSL color Cylindrical-coordinate representation of color #CACDBB: hue angle of 70º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACDBB is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB202205187-
CMYK0.0100.090.20
HSL70º15.25%76.86%-
HSV(B)70º8.78%80.39%-
XYZ55.1659.8155.65-
YUV202.05119.51127.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=34.01%
G=34.51%
B=31.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051870.0100.090.207015.2576.86
HexCACDBB1091446f4d
Octal31231527310112410617115
Binary11001010110011011011101110100110100100011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDBB; }

 p { color: rgb(202,205,187); }

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

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

 a { background-color: rgb(202,205,187); }

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

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

 span { border-color: rgb(202,205,187); }

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