#CAD7B4

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

Shades of Harp #CAD7B4

Tints of Harp #CAD7B4

Color information

#CAD7B4 (or 0xCAD7B4) is unknown color: approx Harp. HEX triplet: CA, D7 and B4. RGB value is (202,215,180). Sum of RGB (Red+Green+Blue) = 202+215+180=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7B4 is #35284B. Grayscale: #CFCFCF. Windows color (decimal): -3483724 or 11851722. OLE color: 11851722.

HSL color Cylindrical-coordinate representation of color #CAD7B4: hue angle of 82.29º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAD7B4 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB202215180-
CMYK0.0600.160.16
HSL82.29º30.43%77.45%-
HSV(B)82.29º16.28%84.31%-
XYZ56.964.4552.62-
YUV207.12112.69124.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 215 (84.38% from 255) = 36.01%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=33.84%
G=36.01%
B=30.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151800.0600.160.1682.2930.4377.45
HexCAD7B4601010521e4d
Octal31232726460202012236115
Binary110010101101011110110100110010000100001010010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7B4; }

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

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

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

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

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

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

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

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