#CADC8C

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

Shades of Sulu #CADC8C

Tints of Sulu #CADC8C

Color information

#CADC8C (or 0xCADC8C) is unknown color: approx Sulu. HEX triplet: CA, DC and 8C. RGB value is (202,220,140). Sum of RGB (Red+Green+Blue) = 202+220+140=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADC8C is #352373. Grayscale: #CDCDCD. Windows color (decimal): -3482484 or 9231562. OLE color: 9231562.

HSL color Cylindrical-coordinate representation of color #CADC8C: hue angle of 73.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CADC8C is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB202220140-
CMYK0.0800.360.14
HSL73.5º53.33%70.59%-
HSV(B)73.5º36.36%86.27%-
XYZ54.6865.6434.6-
YUV205.591.04125.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 140 (55.08% from 255) = 24.91%
R=35.94%
G=39.15%
B=24.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201400.0800.360.1473.553.3370.59
HexCADC8C8024E4a3547
Octal312334214100441611265107
Binary11001010110111001000110010000100100111010010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADC8C; }

 p { color: rgb(202,220,140); }

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

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

 a { background-color: rgb(202,220,140); }

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

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

 span { border-color: rgb(202,220,140); }

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