Html Css Color HEX #CFC253 Tacha

📋 copy color: '#CFC253'

red 207 ◦ green 194 ◦ blue 83

#CFC253
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CFC253

Tints of Tacha #CFC253

RGB

 RED value IS 207 (81.25% from 255) = 42.77%

 GREEN value IS 194 (76.17% from 255) = 40.08%

 BLUE value IS 83 (32.81% from 255) = 17.15%

R = 42.77%
G = 40.08%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFC253 (or 0xCFC253) is known color: Tacha. HEX triplet: CF, C2 and 53. RGB value is (207,194,83). Sum of RGB (Red+Green+Blue) = 207+194+83=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC253 is #303DAC. Grayscale: #B9B9B9. Windows color (decimal): -3161517 or 5489359. OLE color: 5489359.

HSL color Cylindrical-coordinate representation of color #CFC253: hue angle of 53.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFC253 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 194 83 -
CMYK 0 0.06 0.60 0.19
HSL 53.71º 0.56% 0.57% -
HSV(B) 53.71º 0.6% 0.81% -
XYZ 46.59 52.47 15.86 -
YUV 185.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 207 194 83 0 0.06 0.60 0.19 53.71 0.56 0.57
Hex CF C2 53 0 6 3C 13 36 38 39
Octal 317 302 123 0 6 74 23 66 70 71
Binary 11001111 11000010 1010011 0 110 111100 10011 110110 111000 111001

Color Harmonies of #CFC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC253

Black with #CFC253

Text Example


Text Example

White with #CFC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC253; }

 p { color: rgb(207,194,83); }

 H1.HeaderClassName
 {
   color: #CFC253;
 }
 .AnyTagClassName
 {
   color: #CFC253;
 }
</style>

background-color css

<style>
 a { background-color: #CFC253; }

 a { background-color: rgb(207,194,83); }

 div.DivClassName
 {
   background-color: #CFC253;
 }
 .BgClassName
 {
   background-color: #CFC253;
 }
</style>

border-color css

<style>
 span { border-color: #CFC253; }

 span { border-color: rgb(207,194,83); }

 td.TdClassName
 {
   border-color: #CFC253;
 }
 .TagClassName
 {
   border-color: #CFC253;
 }
</style>