Html Css Color HEX #C4AB0B Buddha Gold

📋 copy color: '#C4AB0B'

red 196 ◦ green 171 ◦ blue 11

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

Shades of Buddha Gold #C4AB0B

Tints of Buddha Gold #C4AB0B

RGB

 RED value IS 196 (76.95% from 255) = 51.85%

 GREEN value IS 171 (67.19% from 255) = 45.24%

 BLUE value IS 11 (4.69% from 255) = 2.91%

R = 51.85%
G = 45.24%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4AB0B (or 0xC4AB0B) is known color: Buddha Gold. HEX triplet: C4, AB and 0B. RGB value is (196,171,11). Sum of RGB (Red+Green+Blue) = 196+171+11=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AB0B is #3B54F4. Grayscale: #A0A0A0. Windows color (decimal): -3888373 or 764868. OLE color: 764868.

HSL color Cylindrical-coordinate representation of color #C4AB0B: hue angle of 51.89º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4AB0B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 11 -
CMYK 0 0.13 0.94 0.23
HSL 51.89º 0.89% 0.41% -
HSV(B) 51.89º 0.94% 0.77% -
XYZ 37.39 40.89 6.24 -
YUV 160.24 43.78 153.51 -
System Red Green Blue C M Y K H S L
Decimal 196 171 11 0 0.13 0.94 0.23 51.89 0.89 0.41
Hex C4 AB B 0 D 5E 17 34 59 29
Octal 304 253 13 0 15 136 27 64 131 51
Binary 11000100 10101011 1011 0 1101 1011110 10111 110100 1011001 101001

Color Harmonies of #C4AB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB0B

Black with #C4AB0B

Text Example


Text Example

White with #C4AB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB0B; }

 p { color: rgb(196,171,11); }

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

background-color css

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

 a { background-color: rgb(196,171,11); }

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

border-color css

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

 span { border-color: rgb(196,171,11); }

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