Html Css Color HEX #CB9213 Buddha Gold

📋 copy color: '#CB9213'

red 203 ◦ green 146 ◦ blue 19

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

Shades of Buddha Gold #CB9213

Tints of Buddha Gold #CB9213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.67%

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

R = 55.16%
G = 39.67%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB9213 (or 0xCB9213) is known color: Buddha Gold. HEX triplet: CB, 92 and 13. RGB value is (203,146,19). Sum of RGB (Red+Green+Blue) = 203+146+19=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9213 is #346DEC. Grayscale: #959595. Windows color (decimal): -3436013 or 1282763. OLE color: 1282763.

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

Color convert

RGB 203 146 19 -
CMYK 0 0.28 0.91 0.20
HSL 41.41º 0.83% 0.44% -
HSV(B) 41.41º 0.91% 0.8% -
XYZ 35.03 33.3 5.2 -
YUV 148.57 54.88 166.83 -
System Red Green Blue C M Y K H S L
Decimal 203 146 19 0 0.28 0.91 0.20 41.41 0.83 0.44
Hex CB 92 13 0 1C 5B 14 29 53 2C
Octal 313 222 23 0 34 133 24 51 123 54
Binary 11001011 10010010 10011 0 11100 1011011 10100 101001 1010011 101100

Color Harmonies of #CB9213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9213

Black with #CB9213

Text Example


Text Example

White with #CB9213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9213; }

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

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

background-color css

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

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

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

border-color css

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

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

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