Html Css Color HEX #C19C02 Buddha Gold

📋 copy color: '#C19C02'

red 193 ◦ green 156 ◦ blue 2

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

Shades of Buddha Gold #C19C02

Tints of Buddha Gold #C19C02

RGB

 RED value IS 193 (75.78% from 255) = 54.99%

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

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

R = 54.99%
G = 44.44%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C19C02 (or 0xC19C02) is known color: Buddha Gold. HEX triplet: C1, 9C and 02. RGB value is (193,156,2). Sum of RGB (Red+Green+Blue) = 193+156+2=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19C02 is #3E63FD. Grayscale: #969696. Windows color (decimal): -4088830 or 171201. OLE color: 171201.

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

Color convert

RGB 193 156 2 -
CMYK 0 0.19 0.99 0.24
HSL 48.38º 0.98% 0.38% -
HSV(B) 48.38º 0.99% 0.76% -
XYZ 33.89 35.12 5.05 -
YUV 149.51 44.76 159.02 -
System Red Green Blue C M Y K H S L
Decimal 193 156 2 0 0.19 0.99 0.24 48.38 0.98 0.38
Hex C1 9C 2 0 13 63 18 30 62 26
Octal 301 234 2 0 23 143 30 60 142 46
Binary 11000001 10011100 10 0 10011 1100011 11000 110000 1100010 100110

Color Harmonies of #C19C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C02

Black with #C19C02

Text Example


Text Example

White with #C19C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C02; }

 p { color: rgb(193,156,2); }

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

background-color css

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

 a { background-color: rgb(193,156,2); }

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

border-color css

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

 span { border-color: rgb(193,156,2); }

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