Html Css Color HEX #C0A74A Sundance

📋 copy color: '#C0A74A'

red 192 ◦ green 167 ◦ blue 74

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

Shades of Sundance #C0A74A

Tints of Sundance #C0A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.57%

 BLUE value IS 74 (29.3% from 255) = 17.09%

R = 44.34%
G = 38.57%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0A74A (or 0xC0A74A) is known color: Sundance. HEX triplet: C0, A7 and 4A. RGB value is (192,167,74). Sum of RGB (Red+Green+Blue) = 192+167+74=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A74A is #3F58B5. Grayscale: #A4A4A4. Windows color (decimal): -4151478 or 4892608. OLE color: 4892608.

HSL color Cylindrical-coordinate representation of color #C0A74A: hue angle of 47.29º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0A74A is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 74 -
CMYK 0 0.13 0.61 0.25
HSL 47.29º 0.48% 0.52% -
HSV(B) 47.29º 0.61% 0.75% -
XYZ 36.79 39.34 12.13 -
YUV 163.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 192 167 74 0 0.13 0.61 0.25 47.29 0.48 0.52
Hex C0 A7 4A 0 D 3D 19 2F 30 34
Octal 300 247 112 0 15 75 31 57 60 64
Binary 11000000 10100111 1001010 0 1101 111101 11001 101111 110000 110100

Color Harmonies of #C0A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A74A

Black with #C0A74A

Text Example


Text Example

White with #C0A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A74A; }

 p { color: rgb(192,167,74); }

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

background-color css

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

 a { background-color: rgb(192,167,74); }

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

border-color css

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

 span { border-color: rgb(192,167,74); }

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