Html Css Color HEX #C7AB08 Buddha Gold

📋 copy color: '#C7AB08'

red 199 ◦ green 171 ◦ blue 8

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

Shades of Buddha Gold #C7AB08

Tints of Buddha Gold #C7AB08

RGB

 RED value IS 199 (78.13% from 255) = 52.65%

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

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 52.65%
G = 45.24%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C7AB08 (or 0xC7AB08) is known color: Buddha Gold. HEX triplet: C7, AB and 08. RGB value is (199,171,8). Sum of RGB (Red+Green+Blue) = 199+171+8=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AB08 is #3854F7. Grayscale: #A1A1A1. Windows color (decimal): -3691768 or 568263. OLE color: 568263.

HSL color Cylindrical-coordinate representation of color #C7AB08: hue angle of 51.2º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7AB08 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 171 8 -
CMYK 0 0.14 0.96 0.22
HSL 51.2º 0.92% 0.41% -
HSV(B) 51.2º 0.96% 0.78% -
XYZ 38.16 41.29 6.19 -
YUV 160.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 199 171 8 0 0.14 0.96 0.22 51.2 0.92 0.41
Hex C7 AB 8 0 E 60 16 33 5C 29
Octal 307 253 10 0 16 140 26 63 134 51
Binary 11000111 10101011 1000 0 1110 1100000 10110 110011 1011100 101001

Color Harmonies of #C7AB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB08

Black with #C7AB08

Text Example


Text Example

White with #C7AB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB08; }

 p { color: rgb(199,171,8); }

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

background-color css

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

 a { background-color: rgb(199,171,8); }

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

border-color css

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

 span { border-color: rgb(199,171,8); }

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