Html Css Color HEX #CBA008 Buddha Gold

📋 copy color: '#CBA008'

red 203 ◦ green 160 ◦ blue 8

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

Shades of Buddha Gold #CBA008

Tints of Buddha Gold #CBA008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.16%

R = 54.72%
G = 43.13%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBA008 (or 0xCBA008) is known color: Buddha Gold. HEX triplet: CB, A0 and 08. RGB value is (203,160,8). Sum of RGB (Red+Green+Blue) = 203+160+8=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA008 is #345FF7. Grayscale: #9C9C9C. Windows color (decimal): -3432440 or 565451. OLE color: 565451.

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

Color convert

RGB 203 160 8 -
CMYK 0 0.21 0.96 0.20
HSL 46.77º 0.92% 0.41% -
HSV(B) 46.77º 0.96% 0.8% -
XYZ 37.24 37.86 5.57 -
YUV 155.53 44.75 161.86 -
System Red Green Blue C M Y K H S L
Decimal 203 160 8 0 0.21 0.96 0.20 46.77 0.92 0.41
Hex CB A0 8 0 15 60 14 2F 5C 29
Octal 313 240 10 0 25 140 24 57 134 51
Binary 11001011 10100000 1000 0 10101 1100000 10100 101111 1011100 101001

Color Harmonies of #CBA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA008

Black with #CBA008

Text Example


Text Example

White with #CBA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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