Html Css Color HEX #CBA602 Buddha Gold

📋 copy color: '#CBA602'

red 203 ◦ green 166 ◦ blue 2

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

Shades of Buddha Gold #CBA602

Tints of Buddha Gold #CBA602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 54.72%
G = 44.74%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CBA602 (or 0xCBA602) is known color: Buddha Gold. HEX triplet: CB, A6 and 02. RGB value is (203,166,2). Sum of RGB (Red+Green+Blue) = 203+166+2=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA602 is #3459FD. Grayscale: #9F9F9F. Windows color (decimal): -3430910 or 173771. OLE color: 173771.

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

Color convert

RGB 203 166 2 -
CMYK 0 0.18 0.99 0.20
HSL 48.96º 0.98% 0.4% -
HSV(B) 48.96º 0.99% 0.8% -
XYZ 38.28 39.97 5.76 -
YUV 158.37 39.76 159.84 -
System Red Green Blue C M Y K H S L
Decimal 203 166 2 0 0.18 0.99 0.20 48.96 0.98 0.4
Hex CB A6 2 0 12 63 14 31 62 28
Octal 313 246 2 0 22 143 24 61 142 50
Binary 11001011 10100110 10 0 10010 1100011 10100 110001 1100010 101000

Color Harmonies of #CBA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA602

Black with #CBA602

Text Example


Text Example

White with #CBA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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