Html Css Color HEX #CB960E Buddha Gold

📋 copy color: '#CB960E'

red 203 ◦ green 150 ◦ blue 14

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

Shades of Buddha Gold #CB960E

Tints of Buddha Gold #CB960E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 55.31%
G = 40.87%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB960E (or 0xCB960E) is known color: Buddha Gold. HEX triplet: CB, 96 and 0E. RGB value is (203,150,14). Sum of RGB (Red+Green+Blue) = 203+150+14=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB960E is #3469F1. Grayscale: #969696. Windows color (decimal): -3434994 or 956107. OLE color: 956107.

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

Color convert

RGB 203 150 14 -
CMYK 0 0.26 0.93 0.20
HSL 43.17º 0.87% 0.43% -
HSV(B) 43.17º 0.93% 0.8% -
XYZ 35.61 34.54 5.21 -
YUV 150.34 51.06 165.56 -
System Red Green Blue C M Y K H S L
Decimal 203 150 14 0 0.26 0.93 0.20 43.17 0.87 0.43
Hex CB 96 E 0 1A 5D 14 2B 57 2B
Octal 313 226 16 0 32 135 24 53 127 53
Binary 11001011 10010110 1110 0 11010 1011101 10100 101011 1010111 101011

Color Harmonies of #CB960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB960E

Black with #CB960E

Text Example


Text Example

White with #CB960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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