Shades of Reef #CADCA2
Tints of Reef #CADCA2
RGB
CMYK
RGB Variations
Color information
#CADCA2 (or 0xCADCA2) is known color: Reef. HEX triplet: CA, DC and A2. RGB value is (202,220,162). Sum of RGB (Red+Green+Blue) = 202+220+162=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCA2 is #35235D. Grayscale: #D0D0D0. Windows color (decimal): -3482462 or 10673354. OLE color: 10673354.
HSL color Cylindrical-coordinate representation of color #CADCA2: hue angle of 78.62º 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 #CADCA2 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 162 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.14 |
| HSL | 78.62º | 0.45% | 0.75% | - |
| HSV(B) | 78.62º | 0.26% | 0.86% | - |
| XYZ | 56.47 | 66.35 | 44.01 | - |
| YUV | 208.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 162 | 0.08 | 0 | 0.26 | 0.14 | 78.62 | 0.45 | 0.75 |
| Hex | CA | DC | A2 | 8 | 0 | 1A | E | 4F | 2D | 4B |
| Octal | 312 | 334 | 242 | 10 | 0 | 32 | 16 | 117 | 55 | 113 |
| Binary | 11001010 | 11011100 | 10100010 | 1000 | 0 | 11010 | 1110 | 1001111 | 101101 | 1001011 |
Color Harmonies of #CADCA2
Complementary color
Monochromatic Colors of #CADCA2
Black with #CADCA2
Text Example
Text Example
White with #CADCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCA2; }
p { color: rgb(202,220,162); }
H1.HeaderClassName
{
color: #CADCA2;
}
.AnyTagClassName
{
color: #CADCA2;
}
</style>
background-color css
<style>
a { background-color: #CADCA2; }
a { background-color: rgb(202,220,162); }
div.DivClassName
{
background-color: #CADCA2;
}
.BgClassName
{
background-color: #CADCA2;
}
</style>
border-color css
<style>
span { border-color: #CADCA2; }
span { border-color: rgb(202,220,162); }
td.TdClassName
{
border-color: #CADCA2;
}
.TagClassName
{
border-color: #CADCA2;
}
</style>