Html Css Color HEX #C2760C Dark Goldenrod

📋 copy color: '#C2760C'

red 194 ◦ green 118 ◦ blue 12

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

Shades of Dark Goldenrod #C2760C

Tints of Dark Goldenrod #C2760C

RGB

 RED value IS 194 (76.17% from 255) = 59.88%

 GREEN value IS 118 (46.48% from 255) = 36.42%

 BLUE value IS 12 (5.08% from 255) = 3.7%

R = 59.88%
G = 36.42%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2760C (or 0xC2760C) is known color: Dark Goldenrod. HEX triplet: C2, 76 and 0C. RGB value is (194,118,12). Sum of RGB (Red+Green+Blue) = 194+118+12=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2760C is #3D89F3. Grayscale: #818181. Windows color (decimal): -4033012 or 816834. OLE color: 816834.

HSL color Cylindrical-coordinate representation of color #C2760C: hue angle of 34.95º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2760C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 12 -
CMYK 0 0.39 0.94 0.24
HSL 34.95º 0.88% 0.4% -
HSV(B) 34.95º 0.94% 0.76% -
XYZ 28.79 24.45 3.55 -
YUV 128.64 62.18 174.62 -
System Red Green Blue C M Y K H S L
Decimal 194 118 12 0 0.39 0.94 0.24 34.95 0.88 0.4
Hex C2 76 C 0 27 5E 18 23 58 28
Octal 302 166 14 0 47 136 30 43 130 50
Binary 11000010 1110110 1100 0 100111 1011110 11000 100011 1011000 101000

Color Harmonies of #C2760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2760C

Black with #C2760C

Text Example


Text Example

White with #C2760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2760C; }

 p { color: rgb(194,118,12); }

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

background-color css

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

 a { background-color: rgb(194,118,12); }

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

border-color css

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

 span { border-color: rgb(194,118,12); }

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