#CAD6B1

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

Shades of Harp #CAD6B1

Tints of Harp #CAD6B1

Color information

#CAD6B1 (or 0xCAD6B1) is unknown color: approx Harp. HEX triplet: CA, D6 and B1. RGB value is (202,214,177). Sum of RGB (Red+Green+Blue) = 202+214+177=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD6B1 is #35294E. Grayscale: #CECECE. Windows color (decimal): -3483983 or 11654858. OLE color: 11654858.

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

Color convert

RGB202214177-
CMYK0.0600.170.16
HSL79.46º31.09%76.67%-
HSV(B)79.46º17.29%83.92%-
XYZ56.3463.8250.94-
YUV206.19111.52125.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 177 (69.53% from 255) = 29.85%
R=34.06%
G=36.09%
B=29.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141770.0600.170.1679.4631.0976.67
HexCAD6B16011104f1f4d
Octal31232626160212011737115
Binary110010101101011010110001110010001100001001111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6B1; }

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

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

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

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

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

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

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

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