#CADB97

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

Shades of Reef #CADB97

Tints of Reef #CADB97

Color information

#CADB97 (or 0xCADB97) is unknown color: approx Reef. HEX triplet: CA, DB and 97. RGB value is (202,219,151). Sum of RGB (Red+Green+Blue) = 202+219+151=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 151 (59.38% from 255 or 26.40% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB97 is #352468. Grayscale: #CECECE. Windows color (decimal): -3482729 or 9952202. OLE color: 9952202.

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

Color convert

RGB202219151-
CMYK0.0800.310.14
HSL75º48.57%72.55%-
HSV(B)75º31.05%85.88%-
XYZ55.2765.4539-
YUV206.1696.87125.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 151 (59.38% from 255) = 26.40%
R=35.31%
G=38.29%
B=26.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191510.0800.310.147548.5772.55
HexCADB97801FE4b3149
Octal312333227100371611361111
Binary1100101011011011100101111000011111111010010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB97; }

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

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

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

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

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

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

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

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