Html Css Color HEX #CB9E0C Buddha Gold

📋 copy color: '#CB9E0C'

red 203 ◦ green 158 ◦ blue 12

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

Shades of Buddha Gold #CB9E0C

Tints of Buddha Gold #CB9E0C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.36%

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

R = 54.42%
G = 42.36%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB9E0C (or 0xCB9E0C) is known color: Buddha Gold. HEX triplet: CB, 9E and 0C. RGB value is (203,158,12). Sum of RGB (Red+Green+Blue) = 203+158+12=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E0C is #3461F3. Grayscale: #9B9B9B. Windows color (decimal): -3432948 or 827083. OLE color: 827083.

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

Color convert

RGB 203 158 12 -
CMYK 0 0.22 0.94 0.20
HSL 45.86º 0.89% 0.42% -
HSV(B) 45.86º 0.94% 0.8% -
XYZ 36.92 37.18 5.58 -
YUV 154.81 47.41 162.37 -
System Red Green Blue C M Y K H S L
Decimal 203 158 12 0 0.22 0.94 0.20 45.86 0.89 0.42
Hex CB 9E C 0 16 5E 14 2E 59 2A
Octal 313 236 14 0 26 136 24 56 131 52
Binary 11001011 10011110 1100 0 10110 1011110 10100 101110 1011001 101010

Color Harmonies of #CB9E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E0C

Black with #CB9E0C

Text Example


Text Example

White with #CB9E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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