#CAD7B1

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

Shades of Harp #CAD7B1

Tints of Harp #CAD7B1

Color information

#CAD7B1 (or 0xCAD7B1) is unknown color: approx Harp. HEX triplet: CA, D7 and B1. RGB value is (202,215,177). Sum of RGB (Red+Green+Blue) = 202+215+177=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 177 (69.53% from 255 or 29.80% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD7B1 is #35284E. Grayscale: #CECECE. Windows color (decimal): -3483727 or 11655114. OLE color: 11655114.

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

Color convert

RGB202215177-
CMYK0.0600.180.16
HSL80.53º32.2%76.86%-
HSV(B)80.53º17.67%84.31%-
XYZ56.5964.3351.03-
YUV206.78111.19124.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 177 (69.53% from 255) = 29.80%
R=34.01%
G=36.20%
B=29.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151770.0600.180.1680.5332.276.86
HexCAD7B160121051204d
Octal31232726160222012140115
Binary1100101011010111101100011100100101000010100011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7B1; }

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

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

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

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

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

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

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

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