#CAD088

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

Shades of Deco #CAD088

Tints of Deco #CAD088

Color information

#CAD088 (or 0xCAD088) is unknown color: approx Deco. HEX triplet: CA, D0 and 88. RGB value is (202,208,136). Sum of RGB (Red+Green+Blue) = 202+208+136=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD088 is #352F77. Grayscale: #C6C6C6. Windows color (decimal): -3485560 or 8966346. OLE color: 8966346.

HSL color Cylindrical-coordinate representation of color #CAD088: hue angle of 65º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAD088 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB202208136-
CMYK0.0300.350.18
HSL65º43.37%67.45%-
HSV(B)65º34.62%81.57%-
XYZ51.3659.4532.06-
YUV19893.01130.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 208 (81.64% from 255) = 38.10%
BLUE value IS 136 (53.52% from 255) = 24.91%
R=37.00%
G=38.10%
B=24.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022081360.0300.350.186543.3767.45
HexCAD088302312412b43
Octal31232021030432210153103
Binary1100101011010000100010001101000111001010000011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD088; }

 p { color: rgb(202,208,136); }

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

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

 a { background-color: rgb(202,208,136); }

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

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

 span { border-color: rgb(202,208,136); }

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