Html Css Color HEX #CBA608 Buddha Gold

📋 copy color: '#CBA608'

red 203 ◦ green 166 ◦ blue 8

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

Shades of Buddha Gold #CBA608

Tints of Buddha Gold #CBA608

RGB

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

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

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

R = 53.85%
G = 44.03%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBA608 (or 0xCBA608) is known color: Buddha Gold. HEX triplet: CB, A6 and 08. RGB value is (203,166,8). Sum of RGB (Red+Green+Blue) = 203+166+8=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA608 is #3459F7. Grayscale: #9F9F9F. Windows color (decimal): -3430904 or 566987. OLE color: 566987.

HSL color Cylindrical-coordinate representation of color #CBA608: hue angle of 48.62º 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 #CBA608 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 8 -
CMYK 0 0.18 0.96 0.20
HSL 48.62º 0.92% 0.41% -
HSV(B) 48.62º 0.96% 0.8% -
XYZ 38.31 39.99 5.93 -
YUV 159.05 42.76 159.35 -
System Red Green Blue C M Y K H S L
Decimal 203 166 8 0 0.18 0.96 0.20 48.62 0.92 0.41
Hex CB A6 8 0 12 60 14 31 5C 29
Octal 313 246 10 0 22 140 24 61 134 51
Binary 11001011 10100110 1000 0 10010 1100000 10100 110001 1011100 101001

Color Harmonies of #CBA608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA608

Black with #CBA608

Text Example


Text Example

White with #CBA608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA608; }

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

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

background-color css

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

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

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

border-color css

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

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

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