Html Css Color HEX #CFC760 Tacha

📋 copy color: '#CFC760'

red 207 ◦ green 199 ◦ blue 96

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

Shades of Tacha #CFC760

Tints of Tacha #CFC760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.64%

 BLUE value IS 96 (37.89% from 255) = 19.12%

R = 41.24%
G = 39.64%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CFC760 (or 0xCFC760) is known color: Tacha. HEX triplet: CF, C7 and 60. RGB value is (207,199,96). Sum of RGB (Red+Green+Blue) = 207+199+96=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC760 is #30389F. Grayscale: #BEBEBE. Windows color (decimal): -3160224 or 6342607. OLE color: 6342607.

HSL color Cylindrical-coordinate representation of color #CFC760: hue angle of 55.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFC760 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 199 96 -
CMYK 0 0.04 0.54 0.19
HSL 55.68º 0.54% 0.59% -
HSV(B) 55.68º 0.54% 0.81% -
XYZ 48.27 54.96 19.13 -
YUV 189.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 207 199 96 0 0.04 0.54 0.19 55.68 0.54 0.59
Hex CF C7 60 0 4 36 13 38 36 3B
Octal 317 307 140 0 4 66 23 70 66 73
Binary 11001111 11000111 1100000 0 100 110110 10011 111000 110110 111011

Color Harmonies of #CFC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC760

Black with #CFC760

Text Example


Text Example

White with #CFC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC760; }

 p { color: rgb(207,199,96); }

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

background-color css

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

 a { background-color: rgb(207,199,96); }

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

border-color css

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

 span { border-color: rgb(207,199,96); }

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