Html Css Color HEX #CB960A Buddha Gold

📋 copy color: '#CB960A'

red 203 ◦ green 150 ◦ blue 10

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

Shades of Buddha Gold #CB960A

Tints of Buddha Gold #CB960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.32%

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

R = 55.92%
G = 41.32%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB960A (or 0xCB960A) is known color: Buddha Gold. HEX triplet: CB, 96 and 0A. RGB value is (203,150,10). Sum of RGB (Red+Green+Blue) = 203+150+10=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB960A is #3469F5. Grayscale: #969696. Windows color (decimal): -3434998 or 693963. OLE color: 693963.

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

Color convert

RGB 203 150 10 -
CMYK 0 0.26 0.95 0.20
HSL 43.52º 0.91% 0.42% -
HSV(B) 43.52º 0.95% 0.8% -
XYZ 35.59 34.53 5.08 -
YUV 149.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 203 150 10 0 0.26 0.95 0.20 43.52 0.91 0.42
Hex CB 96 A 0 1A 5F 14 2C 5B 2A
Octal 313 226 12 0 32 137 24 54 133 52
Binary 11001011 10010110 1010 0 11010 1011111 10100 101100 1011011 101010

Color Harmonies of #CB960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB960A

Black with #CB960A

Text Example


Text Example

White with #CB960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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