Shades of Twine #CA924F
Tints of Twine #CA924F
RGB
CMYK
RGB Variations
Color information
#CA924F (or 0xCA924F) is known color: Twine. HEX triplet: CA, 92 and 4F. RGB value is (202,146,79). Sum of RGB (Red+Green+Blue) = 202+146+79=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA924F is #356DB0. Grayscale: #9B9B9B. Windows color (decimal): -3501489 or 5214922. OLE color: 5214922.
HSL color Cylindrical-coordinate representation of color #CA924F: hue angle of 32.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA924F is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 79 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.21 |
| HSL | 32.68º | 0.54% | 0.55% | - |
| HSV(B) | 32.68º | 0.61% | 0.79% | - |
| XYZ | 36.05 | 33.68 | 12 | - |
| YUV | 155.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 79 | 0 | 0.28 | 0.61 | 0.21 | 32.68 | 0.54 | 0.55 |
| Hex | CA | 92 | 4F | 0 | 1C | 3D | 15 | 21 | 36 | 37 |
| Octal | 312 | 222 | 117 | 0 | 34 | 75 | 25 | 41 | 66 | 67 |
| Binary | 11001010 | 10010010 | 1001111 | 0 | 11100 | 111101 | 10101 | 100001 | 110110 | 110111 |
Color Harmonies of #CA924F
Complementary color
Monochromatic Colors of #CA924F
Black with #CA924F
Text Example
Text Example
White with #CA924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA924F; }
p { color: rgb(202,146,79); }
H1.HeaderClassName
{
color: #CA924F;
}
.AnyTagClassName
{
color: #CA924F;
}
</style>
background-color css
<style>
a { background-color: #CA924F; }
a { background-color: rgb(202,146,79); }
div.DivClassName
{
background-color: #CA924F;
}
.BgClassName
{
background-color: #CA924F;
}
</style>
border-color css
<style>
span { border-color: #CA924F; }
span { border-color: rgb(202,146,79); }
td.TdClassName
{
border-color: #CA924F;
}
.TagClassName
{
border-color: #CA924F;
}
</style>