Html Css Color HEX #CBA105 Buddha Gold

📋 copy color: '#CBA105'

red 203 ◦ green 161 ◦ blue 5

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

Shades of Buddha Gold #CBA105

Tints of Buddha Gold #CBA105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.63%

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 55.01%
G = 43.63%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBA105 (or 0xCBA105) is known color: Buddha Gold. HEX triplet: CB, A1 and 05. RGB value is (203,161,5). Sum of RGB (Red+Green+Blue) = 203+161+5=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA105 is #345EFA. Grayscale: #9C9C9C. Windows color (decimal): -3432187 or 369099. OLE color: 369099.

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

Color convert

RGB 203 161 5 -
CMYK 0 0.21 0.98 0.20
HSL 47.27º 0.95% 0.41% -
HSV(B) 47.27º 0.98% 0.8% -
XYZ 37.4 38.2 5.55 -
YUV 155.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 203 161 5 0 0.21 0.98 0.20 47.27 0.95 0.41
Hex CB A1 5 0 15 62 14 2F 5F 29
Octal 313 241 5 0 25 142 24 57 137 51
Binary 11001011 10100001 101 0 10101 1100010 10100 101111 1011111 101001

Color Harmonies of #CBA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA105

Black with #CBA105

Text Example


Text Example

White with #CBA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA105; }

 p { color: rgb(203,161,5); }

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

background-color css

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

 a { background-color: rgb(203,161,5); }

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

border-color css

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

 span { border-color: rgb(203,161,5); }

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