Html Css Color HEX #CBAB10 Buddha Gold

📋 copy color: '#CBAB10'

red 203 ◦ green 171 ◦ blue 16

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

Shades of Buddha Gold #CBAB10

Tints of Buddha Gold #CBAB10

RGB

 RED value IS 203 (79.69% from 255) = 52.05%

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

 BLUE value IS 16 (6.64% from 255) = 4.1%

R = 52.05%
G = 43.85%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBAB10 (or 0xCBAB10) is known color: Buddha Gold. HEX triplet: CB, AB and 10. RGB value is (203,171,16). Sum of RGB (Red+Green+Blue) = 203+171+16=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAB10 is #3454EF. Grayscale: #A3A3A3. Windows color (decimal): -3429616 or 1092555. OLE color: 1092555.

HSL color Cylindrical-coordinate representation of color #CBAB10: hue angle of 49.73º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBAB10 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 171 16 -
CMYK 0 0.16 0.92 0.20
HSL 49.73º 0.85% 0.43% -
HSV(B) 49.73º 0.92% 0.8% -
XYZ 39.29 41.86 6.5 -
YUV 162.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 203 171 16 0 0.16 0.92 0.20 49.73 0.85 0.43
Hex CB AB 10 0 10 5C 14 32 55 2B
Octal 313 253 20 0 20 134 24 62 125 53
Binary 11001011 10101011 10000 0 10000 1011100 10100 110010 1010101 101011

Color Harmonies of #CBAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB10

Black with #CBAB10

Text Example


Text Example

White with #CBAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB10; }

 p { color: rgb(203,171,16); }

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

background-color css

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

 a { background-color: rgb(203,171,16); }

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

border-color css

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

 span { border-color: rgb(203,171,16); }

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