#CADCA3

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

Shades of Reef #CADCA3

Tints of Reef #CADCA3

Color information

#CADCA3 (or 0xCADCA3) is unknown color: approx Reef. HEX triplet: CA, DC and A3. RGB value is (202,220,163). Sum of RGB (Red+Green+Blue) = 202+220+163=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCA3 is #35235C. Grayscale: #D0D0D0. Windows color (decimal): -3482461 or 10738890. OLE color: 10738890.

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

Color convert

RGB202220163-
CMYK0.0800.260.14
HSL78.95º44.88%75.1%-
HSV(B)78.95º25.91%86.27%-
XYZ56.5666.3944.48-
YUV208.12102.54123.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 163 (64.06% from 255) = 27.86%
R=34.53%
G=37.61%
B=27.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201630.0800.260.1478.9544.8875.1
HexCADCA3801AE4f2d4b
Octal312334243100321611755113
Binary1100101011011100101000111000011010111010011111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCA3; }

 p { color: rgb(202,220,163); }

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

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

 a { background-color: rgb(202,220,163); }

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

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

 span { border-color: rgb(202,220,163); }

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