Html Css Color HEX #CB9415 Buddha Gold

📋 copy color: '#CB9415'

red 203 ◦ green 148 ◦ blue 21

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

Shades of Buddha Gold #CB9415

Tints of Buddha Gold #CB9415

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 21 (8.59% from 255) = 5.65%

R = 54.57%
G = 39.78%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB9415 (or 0xCB9415) is known color: Buddha Gold. HEX triplet: CB, 94 and 15. RGB value is (203,148,21). Sum of RGB (Red+Green+Blue) = 203+148+21=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9415 is #346BEA. Grayscale: #969696. Windows color (decimal): -3435499 or 1414347. OLE color: 1414347.

HSL color Cylindrical-coordinate representation of color #CB9415: hue angle of 41.87º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB9415 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 148 21 -
CMYK 0 0.27 0.90 0.20
HSL 41.87º 0.81% 0.44% -
HSV(B) 41.87º 0.9% 0.8% -
XYZ 35.35 33.93 5.4 -
YUV 149.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 203 148 21 0 0.27 0.90 0.20 41.87 0.81 0.44
Hex CB 94 15 0 1B 5A 14 2A 51 2C
Octal 313 224 25 0 33 132 24 52 121 54
Binary 11001011 10010100 10101 0 11011 1011010 10100 101010 1010001 101100

Color Harmonies of #CB9415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9415

Black with #CB9415

Text Example


Text Example

White with #CB9415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9415; }

 p { color: rgb(203,148,21); }

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

background-color css

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

 a { background-color: rgb(203,148,21); }

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

border-color css

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

 span { border-color: rgb(203,148,21); }

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