Html Css Color HEX #CB9715 Buddha Gold

📋 copy color: '#CB9715'

red 203 ◦ green 151 ◦ blue 21

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

Shades of Buddha Gold #CB9715

Tints of Buddha Gold #CB9715

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.27%

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

R = 54.13%
G = 40.27%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB9715 (or 0xCB9715) is known color: Buddha Gold. HEX triplet: CB, 97 and 15. RGB value is (203,151,21). Sum of RGB (Red+Green+Blue) = 203+151+21=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9715 is #3468EA. Grayscale: #989898. Windows color (decimal): -3434731 or 1415115. OLE color: 1415115.

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

Color convert

RGB 203 151 21 -
CMYK 0 0.26 0.90 0.20
HSL 42.86º 0.81% 0.44% -
HSV(B) 42.86º 0.9% 0.8% -
XYZ 35.83 34.88 5.55 -
YUV 151.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 203 151 21 0 0.26 0.90 0.20 42.86 0.81 0.44
Hex CB 97 15 0 1A 5A 14 2B 51 2C
Octal 313 227 25 0 32 132 24 53 121 54
Binary 11001011 10010111 10101 0 11010 1011010 10100 101011 1010001 101100

Color Harmonies of #CB9715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9715

Black with #CB9715

Text Example


Text Example

White with #CB9715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9715; }

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

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

background-color css

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

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

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

border-color css

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

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

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