Html Css Color HEX #CB9F19 Buddha Gold

📋 copy color: '#CB9F19'

red 203 ◦ green 159 ◦ blue 25

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

Shades of Buddha Gold #CB9F19

Tints of Buddha Gold #CB9F19

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

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

R = 52.45%
G = 41.09%
B = 6.46%

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

#CB9F19 (or 0xCB9F19) is known color: Buddha Gold. HEX triplet: CB, 9F and 19. RGB value is (203,159,25). Sum of RGB (Red+Green+Blue) = 203+159+25=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9F19 is #3460E6. Grayscale: #9D9D9D. Windows color (decimal): -3432679 or 1679307. OLE color: 1679307.

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

Color convert

RGB 203 159 25 -
CMYK 0 0.22 0.88 0.20
HSL 45.17º 0.78% 0.45% -
HSV(B) 45.17º 0.88% 0.8% -
XYZ 37.2 37.56 6.21 -
YUV 156.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 203 159 25 0 0.22 0.88 0.20 45.17 0.78 0.45
Hex CB 9F 19 0 16 58 14 2D 4E 2D
Octal 313 237 31 0 26 130 24 55 116 55
Binary 11001011 10011111 11001 0 10110 1011000 10100 101101 1001110 101101

Color Harmonies of #CB9F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F19

Black with #CB9F19

Text Example


Text Example

White with #CB9F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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