Html Css Color HEX #C0921B Buddha Gold

📋 copy color: '#C0921B'

red 192 ◦ green 146 ◦ blue 27

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

Shades of Buddha Gold #C0921B

Tints of Buddha Gold #C0921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 52.6%
G = 40%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0921B (or 0xC0921B) is known color: Buddha Gold. HEX triplet: C0, 92 and 1B. RGB value is (192,146,27). Sum of RGB (Red+Green+Blue) = 192+146+27=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0921B is #3F6DE4. Grayscale: #929292. Windows color (decimal): -4156901 or 1807040. OLE color: 1807040.

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

Color convert

RGB 192 146 27 -
CMYK 0 0.24 0.86 0.25
HSL 43.27º 0.75% 0.43% -
HSV(B) 43.27º 0.86% 0.75% -
XYZ 32.21 31.84 5.49 -
YUV 146.19 60.74 160.68 -
System Red Green Blue C M Y K H S L
Decimal 192 146 27 0 0.24 0.86 0.25 43.27 0.75 0.43
Hex C0 92 1B 0 18 56 19 2B 4B 2B
Octal 300 222 33 0 30 126 31 53 113 53
Binary 11000000 10010010 11011 0 11000 1010110 11001 101011 1001011 101011

Color Harmonies of #C0921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0921B

Black with #C0921B

Text Example


Text Example

White with #C0921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0921B; }

 p { color: rgb(192,146,27); }

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

background-color css

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

 a { background-color: rgb(192,146,27); }

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

border-color css

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

 span { border-color: rgb(192,146,27); }

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