Html Css Color HEX #CBAA0C Buddha Gold

📋 copy color: '#CBAA0C'

red 203 ◦ green 170 ◦ blue 12

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

Shades of Buddha Gold #CBAA0C

Tints of Buddha Gold #CBAA0C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.16%

 BLUE value IS 12 (5.08% from 255) = 3.12%

R = 52.73%
G = 44.16%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBAA0C (or 0xCBAA0C) is known color: Buddha Gold. HEX triplet: CB, AA and 0C. RGB value is (203,170,12). Sum of RGB (Red+Green+Blue) = 203+170+12=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAA0C is #3455F3. Grayscale: #A2A2A2. Windows color (decimal): -3429876 or 830155. OLE color: 830155.

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

Color convert

RGB 203 170 12 -
CMYK 0 0.16 0.94 0.20
HSL 49.63º 0.89% 0.42% -
HSV(B) 49.63º 0.94% 0.8% -
XYZ 39.07 41.47 6.29 -
YUV 161.86 43.43 157.35 -
System Red Green Blue C M Y K H S L
Decimal 203 170 12 0 0.16 0.94 0.20 49.63 0.89 0.42
Hex CB AA C 0 10 5E 14 32 59 2A
Octal 313 252 14 0 20 136 24 62 131 52
Binary 11001011 10101010 1100 0 10000 1011110 10100 110010 1011001 101010

Color Harmonies of #CBAA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA0C

Black with #CBAA0C

Text Example


Text Example

White with #CBAA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA0C; }

 p { color: rgb(203,170,12); }

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

background-color css

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

 a { background-color: rgb(203,170,12); }

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

border-color css

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

 span { border-color: rgb(203,170,12); }

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