Html Css Color HEX #C0760A Dark Goldenrod

📋 copy color: '#C0760A'

red 192 ◦ green 118 ◦ blue 10

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

Shades of Dark Goldenrod #C0760A

Tints of Dark Goldenrod #C0760A

RGB

 RED value IS 192 (75.39% from 255) = 60%

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 60%
G = 36.88%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0760A (or 0xC0760A) is known color: Dark Goldenrod. HEX triplet: C0, 76 and 0A. RGB value is (192,118,10). Sum of RGB (Red+Green+Blue) = 192+118+10=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0760A is #3F89F5. Grayscale: #808080. Windows color (decimal): -4164086 or 685760. OLE color: 685760.

HSL color Cylindrical-coordinate representation of color #C0760A: hue angle of 35.6º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0760A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 10 -
CMYK 0 0.39 0.95 0.25
HSL 35.6º 0.9% 0.4% -
HSV(B) 35.6º 0.95% 0.75% -
XYZ 28.27 24.19 3.47 -
YUV 127.81 61.52 173.78 -
System Red Green Blue C M Y K H S L
Decimal 192 118 10 0 0.39 0.95 0.25 35.6 0.9 0.4
Hex C0 76 A 0 27 5F 19 24 5A 28
Octal 300 166 12 0 47 137 31 44 132 50
Binary 11000000 1110110 1010 0 100111 1011111 11001 100100 1011010 101000

Color Harmonies of #C0760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0760A

Black with #C0760A

Text Example


Text Example

White with #C0760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0760A; }

 p { color: rgb(192,118,10); }

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

background-color css

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

 a { background-color: rgb(192,118,10); }

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

border-color css

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

 span { border-color: rgb(192,118,10); }

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