Html Css Color HEX #C0971C Buddha Gold

📋 copy color: '#C0971C'

red 192 ◦ green 151 ◦ blue 28

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

Shades of Buddha Gold #C0971C

Tints of Buddha Gold #C0971C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 28 (11.33% from 255) = 7.55%

R = 51.75%
G = 40.7%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0971C (or 0xC0971C) is known color: Buddha Gold. HEX triplet: C0, 97 and 1C. RGB value is (192,151,28). Sum of RGB (Red+Green+Blue) = 192+151+28=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0971C is #3F68E3. Grayscale: #959595. Windows color (decimal): -4155620 or 1873856. OLE color: 1873856.

HSL color Cylindrical-coordinate representation of color #C0971C: hue angle of 45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0971C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 28 -
CMYK 0 0.21 0.85 0.25
HSL 45º 0.75% 0.43% -
HSV(B) 45º 0.85% 0.75% -
XYZ 33.01 33.42 5.81 -
YUV 149.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 192 151 28 0 0.21 0.85 0.25 45 0.75 0.43
Hex C0 97 1C 0 15 55 19 2D 4B 2B
Octal 300 227 34 0 25 125 31 55 113 53
Binary 11000000 10010111 11100 0 10101 1010101 11001 101101 1001011 101011

Color Harmonies of #C0971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0971C

Black with #C0971C

Text Example


Text Example

White with #C0971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0971C; }

 p { color: rgb(192,151,28); }

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

background-color css

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

 a { background-color: rgb(192,151,28); }

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

border-color css

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

 span { border-color: rgb(192,151,28); }

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