Shades of Tacha #CFC35D
Tints of Tacha #CFC35D
RGB
CMYK
RGB Variations
Color information
#CFC35D (or 0xCFC35D) is known color: Tacha. HEX triplet: CF, C3 and 5D. RGB value is (207,195,93). Sum of RGB (Red+Green+Blue) = 207+195+93=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC35D is #303CA2. Grayscale: #BBBBBB. Windows color (decimal): -3161251 or 6144975. OLE color: 6144975.
HSL color Cylindrical-coordinate representation of color #CFC35D: hue angle of 53.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFC35D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 195 | 93 | - |
CMYK | 0 | 0.06 | 0.55 | 0.19 |
HSL | 53.68º | 0.54% | 0.59% | - |
HSV(B) | 53.68º | 0.55% | 0.81% | - |
XYZ | 47.22 | 53.09 | 18.11 | - |
YUV | 186.96 | 74.98 | 142.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 195 | 93 | 0 | 0.06 | 0.55 | 0.19 | 53.68 | 0.54 | 0.59 |
Hex | CF | C3 | 5D | 0 | 6 | 37 | 13 | 36 | 36 | 3B |
Octal | 317 | 303 | 135 | 0 | 6 | 67 | 23 | 66 | 66 | 73 |
Binary | 11001111 | 11000011 | 1011101 | 0 | 110 | 110111 | 10011 | 110110 | 110110 | 111011 |
Color Harmonies of #CFC35D
Complementary color
Monochromatic Colors of #CFC35D
Black with #CFC35D
Text Example
Text Example
White with #CFC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC35D; }
p { color: rgb(207,195,93); }
H1.HeaderClassName
{
color: #CFC35D;
}
.AnyTagClassName
{
color: #CFC35D;
}
</style>
background-color css
<style>
a { background-color: #CFC35D; }
a { background-color: rgb(207,195,93); }
div.DivClassName
{
background-color: #CFC35D;
}
.BgClassName
{
background-color: #CFC35D;
}
</style>
border-color css
<style>
span { border-color: #CFC35D; }
span { border-color: rgb(207,195,93); }
td.TdClassName
{
border-color: #CFC35D;
}
.TagClassName
{
border-color: #CFC35D;
}
</style>