Html Css Color HEX #CB9E13 Buddha Gold

📋 copy color: '#CB9E13'

red 203 ◦ green 158 ◦ blue 19

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

Shades of Buddha Gold #CB9E13

Tints of Buddha Gold #CB9E13

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.58%

 BLUE value IS 19 (7.81% from 255) = 5%

R = 53.42%
G = 41.58%
B = 5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB9E13 (or 0xCB9E13) is known color: Buddha Gold. HEX triplet: CB, 9E and 13. RGB value is (203,158,19). Sum of RGB (Red+Green+Blue) = 203+158+19=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E13 is #3461EC. Grayscale: #9C9C9C. Windows color (decimal): -3432941 or 1285835. OLE color: 1285835.

HSL color Cylindrical-coordinate representation of color #CB9E13: hue angle of 45.33º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB9E13 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 158 19 -
CMYK 0 0.22 0.91 0.20
HSL 45.33º 0.83% 0.44% -
HSV(B) 45.33º 0.91% 0.8% -
XYZ 36.97 37.2 5.85 -
YUV 155.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 203 158 19 0 0.22 0.91 0.20 45.33 0.83 0.44
Hex CB 9E 13 0 16 5B 14 2D 53 2C
Octal 313 236 23 0 26 133 24 55 123 54
Binary 11001011 10011110 10011 0 10110 1011011 10100 101101 1010011 101100

Color Harmonies of #CB9E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E13

Black with #CB9E13

Text Example


Text Example

White with #CB9E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E13; }

 p { color: rgb(203,158,19); }

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

background-color css

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

 a { background-color: rgb(203,158,19); }

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

border-color css

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

 span { border-color: rgb(203,158,19); }

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