Html Css Color HEX #CB961E Buddha Gold

📋 copy color: '#CB961E'

red 203 ◦ green 150 ◦ blue 30

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

Shades of Buddha Gold #CB961E

Tints of Buddha Gold #CB961E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.83%

R = 53%
G = 39.16%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB961E (or 0xCB961E) is known color: Buddha Gold. HEX triplet: CB, 96 and 1E. RGB value is (203,150,30). Sum of RGB (Red+Green+Blue) = 203+150+30=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB961E is #3469E1. Grayscale: #989898. Windows color (decimal): -3434978 or 2004683. OLE color: 2004683.

HSL color Cylindrical-coordinate representation of color #CB961E: hue angle of 41.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB961E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 30 -
CMYK 0 0.26 0.85 0.20
HSL 41.62º 0.74% 0.46% -
HSV(B) 41.62º 0.85% 0.8% -
XYZ 35.77 34.6 6.02 -
YUV 152.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 203 150 30 0 0.26 0.85 0.20 41.62 0.74 0.46
Hex CB 96 1E 0 1A 55 14 2A 4A 2E
Octal 313 226 36 0 32 125 24 52 112 56
Binary 11001011 10010110 11110 0 11010 1010101 10100 101010 1001010 101110

Color Harmonies of #CB961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB961E

Black with #CB961E

Text Example


Text Example

White with #CB961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB961E; }

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

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

background-color css

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

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

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

border-color css

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

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

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