Shades of Twine #CA935A
Tints of Twine #CA935A
RGB
CMYK
RGB Variations
Color information
#CA935A (or 0xCA935A) is known color: Twine. HEX triplet: CA, 93 and 5A. RGB value is (202,147,90). Sum of RGB (Red+Green+Blue) = 202+147+90=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA935A is #356CA5. Grayscale: #9D9D9D. Windows color (decimal): -3501222 or 5936074. OLE color: 5936074.
HSL color Cylindrical-coordinate representation of color #CA935A: hue angle of 30.54º 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 #CA935A is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 90 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.21 |
| HSL | 30.54º | 0.51% | 0.57% | - |
| HSV(B) | 30.54º | 0.55% | 0.79% | - |
| XYZ | 36.64 | 34.16 | 14.34 | - |
| YUV | 156.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 90 | 0 | 0.27 | 0.55 | 0.21 | 30.54 | 0.51 | 0.57 |
| Hex | CA | 93 | 5A | 0 | 1B | 37 | 15 | 1F | 33 | 39 |
| Octal | 312 | 223 | 132 | 0 | 33 | 67 | 25 | 37 | 63 | 71 |
| Binary | 11001010 | 10010011 | 1011010 | 0 | 11011 | 110111 | 10101 | 11111 | 110011 | 111001 |
Color Harmonies of #CA935A
Complementary color
Monochromatic Colors of #CA935A
Black with #CA935A
Text Example
Text Example
White with #CA935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA935A; }
p { color: rgb(202,147,90); }
H1.HeaderClassName
{
color: #CA935A;
}
.AnyTagClassName
{
color: #CA935A;
}
</style>
background-color css
<style>
a { background-color: #CA935A; }
a { background-color: rgb(202,147,90); }
div.DivClassName
{
background-color: #CA935A;
}
.BgClassName
{
background-color: #CA935A;
}
</style>
border-color css
<style>
span { border-color: #CA935A; }
span { border-color: rgb(202,147,90); }
td.TdClassName
{
border-color: #CA935A;
}
.TagClassName
{
border-color: #CA935A;
}
</style>