Html Css Color HEX #C0961B Buddha Gold

📋 copy color: '#C0961B'

red 192 ◦ green 150 ◦ blue 27

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

Shades of Buddha Gold #C0961B

Tints of Buddha Gold #C0961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.65%

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

R = 52.03%
G = 40.65%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0961B (or 0xC0961B) is known color: Buddha Gold. HEX triplet: C0, 96 and 1B. RGB value is (192,150,27). Sum of RGB (Red+Green+Blue) = 192+150+27=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0961B is #3F69E4. Grayscale: #959595. Windows color (decimal): -4155877 or 1808064. OLE color: 1808064.

HSL color Cylindrical-coordinate representation of color #C0961B: hue angle of 44.73º 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 #C0961B is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 27 -
CMYK 0 0.22 0.86 0.25
HSL 44.73º 0.75% 0.43% -
HSV(B) 44.73º 0.86% 0.75% -
XYZ 32.84 33.1 5.69 -
YUV 148.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 192 150 27 0 0.22 0.86 0.25 44.73 0.75 0.43
Hex C0 96 1B 0 16 56 19 2D 4B 2B
Octal 300 226 33 0 26 126 31 55 113 53
Binary 11000000 10010110 11011 0 10110 1010110 11001 101101 1001011 101011

Color Harmonies of #C0961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0961B

Black with #C0961B

Text Example


Text Example

White with #C0961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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