Html Css Color HEX #CB960B Buddha Gold

📋 copy color: '#CB960B'

red 203 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #CB960B

Tints of Buddha Gold #CB960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 55.77%
G = 41.21%
B = 3.02%

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

#CB960B (or 0xCB960B) is known color: Buddha Gold. HEX triplet: CB, 96 and 0B. RGB value is (203,150,11). Sum of RGB (Red+Green+Blue) = 203+150+11=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB960B is #3469F4. Grayscale: #969696. Windows color (decimal): -3434997 or 759499. OLE color: 759499.

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

Color convert

RGB 203 150 11 -
CMYK 0 0.26 0.95 0.20
HSL 43.44º 0.9% 0.42% -
HSV(B) 43.44º 0.95% 0.8% -
XYZ 35.6 34.53 5.11 -
YUV 150 49.56 165.8 -
System Red Green Blue C M Y K H S L
Decimal 203 150 11 0 0.26 0.95 0.20 43.44 0.9 0.42
Hex CB 96 B 0 1A 5F 14 2B 5A 2A
Octal 313 226 13 0 32 137 24 53 132 52
Binary 11001011 10010110 1011 0 11010 1011111 10100 101011 1011010 101010

Color Harmonies of #CB960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB960B

Black with #CB960B

Text Example


Text Example

White with #CB960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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