Html Css Color HEX #CB9E0A Buddha Gold

📋 copy color: '#CB9E0A'

red 203 ◦ green 158 ◦ blue 10

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

Shades of Buddha Gold #CB9E0A

Tints of Buddha Gold #CB9E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 54.72%
G = 42.59%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB9E0A (or 0xCB9E0A) is known color: Buddha Gold. HEX triplet: CB, 9E and 0A. RGB value is (203,158,10). Sum of RGB (Red+Green+Blue) = 203+158+10=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E0A is #3461F5. Grayscale: #9B9B9B. Windows color (decimal): -3432950 or 696011. OLE color: 696011.

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

Color convert

RGB 203 158 10 -
CMYK 0 0.22 0.95 0.20
HSL 46.01º 0.91% 0.42% -
HSV(B) 46.01º 0.95% 0.8% -
XYZ 36.91 37.17 5.52 -
YUV 154.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 203 158 10 0 0.22 0.95 0.20 46.01 0.91 0.42
Hex CB 9E A 0 16 5F 14 2E 5B 2A
Octal 313 236 12 0 26 137 24 56 133 52
Binary 11001011 10011110 1010 0 10110 1011111 10100 101110 1011011 101010

Color Harmonies of #CB9E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E0A

Black with #CB9E0A

Text Example


Text Example

White with #CB9E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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