Html Css Color HEX #CBA01C Buddha Gold

📋 copy color: '#CBA01C'

red 203 ◦ green 160 ◦ blue 28

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

Shades of Buddha Gold #CBA01C

Tints of Buddha Gold #CBA01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

 BLUE value IS 28 (11.33% from 255) = 7.16%

R = 51.92%
G = 40.92%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CBA01C (or 0xCBA01C) is known color: Buddha Gold. HEX triplet: CB, A0 and 1C. RGB value is (203,160,28). Sum of RGB (Red+Green+Blue) = 203+160+28=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA01C is #345FE3. Grayscale: #9E9E9E. Windows color (decimal): -3432420 or 1876171. OLE color: 1876171.

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

Color convert

RGB 203 160 28 -
CMYK 0 0.21 0.86 0.20
HSL 45.26º 0.76% 0.45% -
HSV(B) 45.26º 0.86% 0.8% -
XYZ 37.41 37.92 6.45 -
YUV 157.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 203 160 28 0 0.21 0.86 0.20 45.26 0.76 0.45
Hex CB A0 1C 0 15 56 14 2D 4C 2D
Octal 313 240 34 0 25 126 24 55 114 55
Binary 11001011 10100000 11100 0 10101 1010110 10100 101101 1001100 101101

Color Harmonies of #CBA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA01C

Black with #CBA01C

Text Example


Text Example

White with #CBA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA01C; }

 p { color: rgb(203,160,28); }

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

background-color css

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

 a { background-color: rgb(203,160,28); }

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

border-color css

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

 span { border-color: rgb(203,160,28); }

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