Html Css Color HEX #CBA60F Buddha Gold

📋 copy color: '#CBA60F'

red 203 ◦ green 166 ◦ blue 15

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

Shades of Buddha Gold #CBA60F

Tints of Buddha Gold #CBA60F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.23%

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 52.86%
G = 43.23%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBA60F (or 0xCBA60F) is known color: Buddha Gold. HEX triplet: CB, A6 and 0F. RGB value is (203,166,15). Sum of RGB (Red+Green+Blue) = 203+166+15=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA60F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA60F is #3459F0. Grayscale: #A0A0A0. Windows color (decimal): -3430897 or 1025739. OLE color: 1025739.

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

Color convert

RGB 203 166 15 -
CMYK 0 0.18 0.93 0.20
HSL 48.19º 0.86% 0.43% -
HSV(B) 48.19º 0.93% 0.8% -
XYZ 38.35 40 6.15 -
YUV 159.85 46.26 158.78 -
System Red Green Blue C M Y K H S L
Decimal 203 166 15 0 0.18 0.93 0.20 48.19 0.86 0.43
Hex CB A6 F 0 12 5D 14 30 56 2B
Octal 313 246 17 0 22 135 24 60 126 53
Binary 11001011 10100110 1111 0 10010 1011101 10100 110000 1010110 101011

Color Harmonies of #CBA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA60F

Black with #CBA60F

Text Example


Text Example

White with #CBA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA60F; }

 p { color: rgb(203,166,15); }

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

background-color css

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

 a { background-color: rgb(203,166,15); }

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

border-color css

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

 span { border-color: rgb(203,166,15); }

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