#CADB95

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

Shades of Reef #CADB95

Tints of Reef #CADB95

Color information

#CADB95 (or 0xCADB95) is unknown color: approx Reef. HEX triplet: CA, DB and 95. RGB value is (202,219,149). Sum of RGB (Red+Green+Blue) = 202+219+149=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB95 is #35246A. Grayscale: #CECECE. Windows color (decimal): -3482731 or 9821130. OLE color: 9821130.

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

Color convert

RGB202219149-
CMYK0.0800.320.14
HSL74.57º49.3%72.16%-
HSV(B)74.57º31.96%85.88%-
XYZ55.1165.3938.15-
YUV205.9495.87125.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=35.44%
G=38.42%
B=26.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191490.0800.320.1474.5749.372.16
HexCADB958020E4b3148
Octal312333225100401611361110
Binary11001010110110111001010110000100000111010010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB95; }

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

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

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

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

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

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

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

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