Shades of Twine #CA945A
Tints of Twine #CA945A
RGB
CMYK
RGB Variations
Color information
#CA945A (or 0xCA945A) is known color: Twine. HEX triplet: CA, 94 and 5A. RGB value is (202,148,90). Sum of RGB (Red+Green+Blue) = 202+148+90=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA945A is #356BA5. Grayscale: #9D9D9D. Windows color (decimal): -3500966 or 5936330. OLE color: 5936330.
HSL color Cylindrical-coordinate representation of color #CA945A: hue angle of 31.07º 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 #CA945A is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 90 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.21 |
| HSL | 31.07º | 0.51% | 0.57% | - |
| HSV(B) | 31.07º | 0.55% | 0.79% | - |
| XYZ | 36.79 | 34.47 | 14.39 | - |
| YUV | 157.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 90 | 0 | 0.27 | 0.55 | 0.21 | 31.07 | 0.51 | 0.57 |
| Hex | CA | 94 | 5A | 0 | 1B | 37 | 15 | 1F | 33 | 39 |
| Octal | 312 | 224 | 132 | 0 | 33 | 67 | 25 | 37 | 63 | 71 |
| Binary | 11001010 | 10010100 | 1011010 | 0 | 11011 | 110111 | 10101 | 11111 | 110011 | 111001 |
Color Harmonies of #CA945A
Complementary color
Monochromatic Colors of #CA945A
Black with #CA945A
Text Example
Text Example
White with #CA945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA945A; }
p { color: rgb(202,148,90); }
H1.HeaderClassName
{
color: #CA945A;
}
.AnyTagClassName
{
color: #CA945A;
}
</style>
background-color css
<style>
a { background-color: #CA945A; }
a { background-color: rgb(202,148,90); }
div.DivClassName
{
background-color: #CA945A;
}
.BgClassName
{
background-color: #CA945A;
}
</style>
border-color css
<style>
span { border-color: #CA945A; }
span { border-color: rgb(202,148,90); }
td.TdClassName
{
border-color: #CA945A;
}
.TagClassName
{
border-color: #CA945A;
}
</style>