Shades of Sunglo #CA675A
Tints of Sunglo #CA675A
RGB
CMYK
RGB Variations
Color information
#CA675A (or 0xCA675A) is known color: Sunglo. HEX triplet: CA, 67 and 5A. RGB value is (202,103,90). Sum of RGB (Red+Green+Blue) = 202+103+90=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA675A is #3598A5. Grayscale: #838383. Windows color (decimal): -3512486 or 5924810. OLE color: 5924810.
HSL color Cylindrical-coordinate representation of color #CA675A: hue angle of 6.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA675A is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 90 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.21 |
| HSL | 6.96º | 0.51% | 0.57% | - |
| HSV(B) | 6.96º | 0.55% | 0.79% | - |
| XYZ | 31.05 | 23 | 12.47 | - |
| YUV | 131.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 90 | 0 | 0.49 | 0.55 | 0.21 | 6.96 | 0.51 | 0.57 |
| Hex | CA | 67 | 5A | 0 | 31 | 37 | 15 | 7 | 33 | 39 |
| Octal | 312 | 147 | 132 | 0 | 61 | 67 | 25 | 7 | 63 | 71 |
| Binary | 11001010 | 1100111 | 1011010 | 0 | 110001 | 110111 | 10101 | 111 | 110011 | 111001 |
Color Harmonies of #CA675A
Complementary color
Monochromatic Colors of #CA675A
Black with #CA675A
Text Example
Text Example
White with #CA675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA675A; }
p { color: rgb(202,103,90); }
H1.HeaderClassName
{
color: #CA675A;
}
.AnyTagClassName
{
color: #CA675A;
}
</style>
background-color css
<style>
a { background-color: #CA675A; }
a { background-color: rgb(202,103,90); }
div.DivClassName
{
background-color: #CA675A;
}
.BgClassName
{
background-color: #CA675A;
}
</style>
border-color css
<style>
span { border-color: #CA675A; }
span { border-color: rgb(202,103,90); }
td.TdClassName
{
border-color: #CA675A;
}
.TagClassName
{
border-color: #CA675A;
}
</style>