Html Css Color HEX #CB9512 Buddha Gold

📋 copy color: '#CB9512'

red 203 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #CB9512

Tints of Buddha Gold #CB9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.27%

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 54.86%
G = 40.27%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB9512 (or 0xCB9512) is known color: Buddha Gold. HEX triplet: CB, 95 and 12. RGB value is (203,149,18). Sum of RGB (Red+Green+Blue) = 203+149+18=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9512 is #346AED. Grayscale: #969696. Windows color (decimal): -3435246 or 1217995. OLE color: 1217995.

HSL color Cylindrical-coordinate representation of color #CB9512: hue angle of 42.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB9512 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 18 -
CMYK 0 0.27 0.91 0.20
HSL 42.49º 0.84% 0.43% -
HSV(B) 42.49º 0.91% 0.8% -
XYZ 35.49 34.24 5.31 -
YUV 150.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 203 149 18 0 0.27 0.91 0.20 42.49 0.84 0.43
Hex CB 95 12 0 1B 5B 14 2A 54 2B
Octal 313 225 22 0 33 133 24 52 124 53
Binary 11001011 10010101 10010 0 11011 1011011 10100 101010 1010100 101011

Color Harmonies of #CB9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9512

Black with #CB9512

Text Example


Text Example

White with #CB9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9512; }

 p { color: rgb(203,149,18); }

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

background-color css

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

 a { background-color: rgb(203,149,18); }

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

border-color css

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

 span { border-color: rgb(203,149,18); }

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