Html Css Color HEX #CB9A0C Buddha Gold

📋 copy color: '#CB9A0C'

red 203 ◦ green 154 ◦ blue 12

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

Shades of Buddha Gold #CB9A0C

Tints of Buddha Gold #CB9A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

 BLUE value IS 12 (5.08% from 255) = 3.25%

R = 55.01%
G = 41.73%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB9A0C (or 0xCB9A0C) is known color: Buddha Gold. HEX triplet: CB, 9A and 0C. RGB value is (203,154,12). Sum of RGB (Red+Green+Blue) = 203+154+12=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9A0C is #3465F3. Grayscale: #999999. Windows color (decimal): -3433972 or 826059. OLE color: 826059.

HSL color Cylindrical-coordinate representation of color #CB9A0C: hue angle of 44.61º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB9A0C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 154 12 -
CMYK 0 0.24 0.94 0.20
HSL 44.61º 0.89% 0.42% -
HSV(B) 44.61º 0.94% 0.8% -
XYZ 36.25 35.83 5.35 -
YUV 152.46 48.73 164.05 -
System Red Green Blue C M Y K H S L
Decimal 203 154 12 0 0.24 0.94 0.20 44.61 0.89 0.42
Hex CB 9A C 0 18 5E 14 2D 59 2A
Octal 313 232 14 0 30 136 24 55 131 52
Binary 11001011 10011010 1100 0 11000 1011110 10100 101101 1011001 101010

Color Harmonies of #CB9A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9A0C

Black with #CB9A0C

Text Example


Text Example

White with #CB9A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9A0C; }

 p { color: rgb(203,154,12); }

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

background-color css

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

 a { background-color: rgb(203,154,12); }

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

border-color css

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

 span { border-color: rgb(203,154,12); }

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