Html Css Color HEX #CB9E19 Buddha Gold

📋 copy color: '#CB9E19'

red 203 ◦ green 158 ◦ blue 25

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

Shades of Buddha Gold #CB9E19

Tints of Buddha Gold #CB9E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.48%

R = 52.59%
G = 40.93%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB9E19 (or 0xCB9E19) is known color: Buddha Gold. HEX triplet: CB, 9E and 19. RGB value is (203,158,25). Sum of RGB (Red+Green+Blue) = 203+158+25=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E19 is #3461E6. Grayscale: #9C9C9C. Windows color (decimal): -3432935 or 1679051. OLE color: 1679051.

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

Color convert

RGB 203 158 25 -
CMYK 0 0.22 0.88 0.20
HSL 44.83º 0.78% 0.45% -
HSV(B) 44.83º 0.88% 0.8% -
XYZ 37.03 37.22 6.15 -
YUV 156.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 203 158 25 0 0.22 0.88 0.20 44.83 0.78 0.45
Hex CB 9E 19 0 16 58 14 2D 4E 2D
Octal 313 236 31 0 26 130 24 55 116 55
Binary 11001011 10011110 11001 0 10110 1011000 10100 101101 1001110 101101

Color Harmonies of #CB9E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E19

Black with #CB9E19

Text Example


Text Example

White with #CB9E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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