#CAD5AF

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

Shades of Harp #CAD5AF

Tints of Harp #CAD5AF

Color information

#CAD5AF (or 0xCAD5AF) is unknown color: approx Harp. HEX triplet: CA, D5 and AF. RGB value is (202,213,175). Sum of RGB (Red+Green+Blue) = 202+213+175=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD5AF is #352A50. Grayscale: #CDCDCD. Windows color (decimal): -3484241 or 11523530. OLE color: 11523530.

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

Color convert

RGB202213175-
CMYK0.0500.180.16
HSL77.37º31.15%76.08%-
HSV(B)77.37º17.84%83.53%-
XYZ55.8963.2449.82-
YUV205.38110.86125.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=34.24%
G=36.10%
B=29.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131750.0500.180.1677.3731.1576.08
HexCAD5AF5012104d1f4c
Octal31232525750222011537114
Binary110010101101010110101111101010010100001001101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5AF; }

 p { color: rgb(202,213,175); }

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

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

 a { background-color: rgb(202,213,175); }

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

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

 span { border-color: rgb(202,213,175); }

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