#CADB92

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

Shades of Sulu #CADB92

Tints of Sulu #CADB92

Color information

#CADB92 (or 0xCADB92) is unknown color: approx Sulu. HEX triplet: CA, DB and 92. RGB value is (202,219,146). Sum of RGB (Red+Green+Blue) = 202+219+146=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB92 is #35246D. Grayscale: #CDCDCD. Windows color (decimal): -3482734 or 9624522. OLE color: 9624522.

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

Color convert

RGB202219146-
CMYK0.0800.330.14
HSL73.97º50.34%71.57%-
HSV(B)73.97º33.33%85.88%-
XYZ54.8865.2936.9-
YUV205.694.37125.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 146 (57.42% from 255) = 25.75%
R=35.63%
G=38.62%
B=25.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191460.0800.330.1473.9750.3471.57
HexCADB928021E4a3248
Octal312333222100411611262110
Binary11001010110110111001001010000100001111010010101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB92; }

 p { color: rgb(202,219,146); }

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

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

 a { background-color: rgb(202,219,146); }

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

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

 span { border-color: rgb(202,219,146); }

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