Html Css Color HEX #CBA106 Buddha Gold

📋 copy color: '#CBA106'

red 203 ◦ green 161 ◦ blue 6

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

Shades of Buddha Gold #CBA106

Tints of Buddha Gold #CBA106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 54.86%
G = 43.51%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBA106 (or 0xCBA106) is known color: Buddha Gold. HEX triplet: CB, A1 and 06. RGB value is (203,161,6). Sum of RGB (Red+Green+Blue) = 203+161+6=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA106 is #345EF9. Grayscale: #9C9C9C. Windows color (decimal): -3432186 or 434635. OLE color: 434635.

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

Color convert

RGB 203 161 6 -
CMYK 0 0.21 0.97 0.20
HSL 47.21º 0.94% 0.41% -
HSV(B) 47.21º 0.97% 0.8% -
XYZ 37.41 38.2 5.57 -
YUV 155.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 203 161 6 0 0.21 0.97 0.20 47.21 0.94 0.41
Hex CB A1 6 0 15 61 14 2F 5E 29
Octal 313 241 6 0 25 141 24 57 136 51
Binary 11001011 10100001 110 0 10101 1100001 10100 101111 1011110 101001

Color Harmonies of #CBA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA106

Black with #CBA106

Text Example


Text Example

White with #CBA106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA106; }

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

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

background-color css

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

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

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

border-color css

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

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

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