#CADA98

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

Shades of Reef #CADA98

Tints of Reef #CADA98

Color information

#CADA98 (or 0xCADA98) is unknown color: approx Reef. HEX triplet: CA, DA and 98. RGB value is (202,218,152). Sum of RGB (Red+Green+Blue) = 202+218+152=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADA98 is #352567. Grayscale: #CDCDCD. Windows color (decimal): -3482984 or 10017482. OLE color: 10017482.

HSL color Cylindrical-coordinate representation of color #CADA98: hue angle of 74.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CADA98 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB202218152-
CMYK0.0700.300.15
HSL74.55º47.14%72.55%-
HSV(B)74.55º30.28%85.49%-
XYZ55.164.9739.34-
YUV205.6997.7125.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 152 (59.77% from 255) = 26.57%
R=35.31%
G=38.11%
B=26.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181520.0700.300.1574.5547.1472.55
HexCADA98701EF4b2f49
Octal31233223070361711357111
Binary110010101101101010011000111011110111110010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADA98; }

 p { color: rgb(202,218,152); }

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

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

 a { background-color: rgb(202,218,152); }

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

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

 span { border-color: rgb(202,218,152); }

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