Html Css Color HEX #C39B02 Buddha Gold

📋 copy color: '#C39B02'

red 195 ◦ green 155 ◦ blue 2

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

Shades of Buddha Gold #C39B02

Tints of Buddha Gold #C39B02

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.03%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 55.4%
G = 44.03%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C39B02 (or 0xC39B02) is known color: Buddha Gold. HEX triplet: C3, 9B and 02. RGB value is (195,155,2). Sum of RGB (Red+Green+Blue) = 195+155+2=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39B02 is #3C64FD. Grayscale: #969696. Windows color (decimal): -3958014 or 170947. OLE color: 170947.

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

Color convert

RGB 195 155 2 -
CMYK 0 0.21 0.99 0.24
HSL 47.56º 0.98% 0.39% -
HSV(B) 47.56º 0.99% 0.76% -
XYZ 34.24 35.05 5.02 -
YUV 149.52 44.75 160.44 -
System Red Green Blue C M Y K H S L
Decimal 195 155 2 0 0.21 0.99 0.24 47.56 0.98 0.39
Hex C3 9B 2 0 15 63 18 30 62 27
Octal 303 233 2 0 25 143 30 60 142 47
Binary 11000011 10011011 10 0 10101 1100011 11000 110000 1100010 100111

Color Harmonies of #C39B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39B02

Black with #C39B02

Text Example


Text Example

White with #C39B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39B02; }

 p { color: rgb(195,155,2); }

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

background-color css

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

 a { background-color: rgb(195,155,2); }

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

border-color css

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

 span { border-color: rgb(195,155,2); }

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