Html Css Color HEX #CB9919 Buddha Gold

📋 copy color: '#CB9919'

red 203 ◦ green 153 ◦ blue 25

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

Shades of Buddha Gold #CB9919

Tints of Buddha Gold #CB9919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

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

R = 53.28%
G = 40.16%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB9919 (or 0xCB9919) is known color: Buddha Gold. HEX triplet: CB, 99 and 19. RGB value is (203,153,25). Sum of RGB (Red+Green+Blue) = 203+153+25=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9919 is #3466E6. Grayscale: #999999. Windows color (decimal): -3434215 or 1677771. OLE color: 1677771.

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

Color convert

RGB 203 153 25 -
CMYK 0 0.25 0.88 0.20
HSL 43.15º 0.78% 0.45% -
HSV(B) 43.15º 0.88% 0.8% -
XYZ 36.2 35.55 5.87 -
YUV 153.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 203 153 25 0 0.25 0.88 0.20 43.15 0.78 0.45
Hex CB 99 19 0 19 58 14 2B 4E 2D
Octal 313 231 31 0 31 130 24 53 116 55
Binary 11001011 10011001 11001 0 11001 1011000 10100 101011 1001110 101101

Color Harmonies of #CB9919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9919

Black with #CB9919

Text Example


Text Example

White with #CB9919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9919; }

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

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

background-color css

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

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

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

border-color css

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

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

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