Html Css Color HEX #C39C03 Buddha Gold

📋 copy color: '#C39C03'

red 195 ◦ green 156 ◦ blue 3

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

Shades of Buddha Gold #C39C03

Tints of Buddha Gold #C39C03

RGB

 RED value IS 195 (76.56% from 255) = 55.08%

 GREEN value IS 156 (61.33% from 255) = 44.07%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 55.08%
G = 44.07%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C39C03 (or 0xC39C03) is known color: Buddha Gold. HEX triplet: C3, 9C and 03. RGB value is (195,156,3). Sum of RGB (Red+Green+Blue) = 195+156+3=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39C03 is #3C63FC. Grayscale: #969696. Windows color (decimal): -3957757 or 236739. OLE color: 236739.

HSL color Cylindrical-coordinate representation of color #C39C03: hue angle of 47.81º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C39C03 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 156 3 -
CMYK 0 0.20 0.98 0.24
HSL 47.81º 0.97% 0.39% -
HSV(B) 47.81º 0.98% 0.76% -
XYZ 34.41 35.39 5.1 -
YUV 150.22 44.92 159.94 -
System Red Green Blue C M Y K H S L
Decimal 195 156 3 0 0.20 0.98 0.24 47.81 0.97 0.39
Hex C3 9C 3 0 14 62 18 30 61 27
Octal 303 234 3 0 24 142 30 60 141 47
Binary 11000011 10011100 11 0 10100 1100010 11000 110000 1100001 100111

Color Harmonies of #C39C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C03

Black with #C39C03

Text Example


Text Example

White with #C39C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C03; }

 p { color: rgb(195,156,3); }

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

background-color css

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

 a { background-color: rgb(195,156,3); }

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

border-color css

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

 span { border-color: rgb(195,156,3); }

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