#cada9f

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

Shades of Reef #CADA9F

Tints of Reef #CADA9F

Color information

#CADA9F (or 0xCADA9F) is unknown color: approx Reef. HEX triplet: CA, DA and 9F. RGB value is (202,218,159). Sum of RGB (Red+Green+Blue) = 202+218+159=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADA9F is #352560. Grayscale: #CECECE. Windows color (decimal): -3482977 or 10476234. OLE color: 10476234.

HSL color Cylindrical-coordinate representation of color #CADA9F: hue angle of 76.27º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CADA9F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB202218159-
CMYK0.0700.270.15
HSL76.27º44.36%73.92%-
HSV(B)76.27º27.06%85.49%-
XYZ55.6965.242.45-
YUV206.49101.2124.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=34.89%
G=37.65%
B=27.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181590.0700.270.1576.2744.3673.92
HexCADA9F701BF4c2c4a
Octal31233223770331711454112
Binary110010101101101010011111111011011111110011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cada9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cada9f; }

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

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

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

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

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

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

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

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