Html Css Color HEX #CBA007 Buddha Gold

📋 copy color: '#CBA007'

red 203 ◦ green 160 ◦ blue 7

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

Shades of Buddha Gold #CBA007

Tints of Buddha Gold #CBA007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 54.86%
G = 43.24%
B = 1.89%

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

#CBA007 (or 0xCBA007) is known color: Buddha Gold. HEX triplet: CB, A0 and 07. RGB value is (203,160,7). Sum of RGB (Red+Green+Blue) = 203+160+7=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA007 is #345FF8. Grayscale: #9C9C9C. Windows color (decimal): -3432441 or 499915. OLE color: 499915.

HSL color Cylindrical-coordinate representation of color #CBA007: hue angle of 46.84º degrees, saturation: 0.93, 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 #CBA007 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 160 7 -
CMYK 0 0.21 0.97 0.20
HSL 46.84º 0.93% 0.41% -
HSV(B) 46.84º 0.97% 0.8% -
XYZ 37.24 37.85 5.54 -
YUV 155.42 44.25 161.94 -
System Red Green Blue C M Y K H S L
Decimal 203 160 7 0 0.21 0.97 0.20 46.84 0.93 0.41
Hex CB A0 7 0 15 61 14 2F 5D 29
Octal 313 240 7 0 25 141 24 57 135 51
Binary 11001011 10100000 111 0 10101 1100001 10100 101111 1011101 101001

Color Harmonies of #CBA007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA007

Black with #CBA007

Text Example


Text Example

White with #CBA007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA007; }

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

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

background-color css

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

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

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

border-color css

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

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

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