Html Css Color HEX #CB960F Buddha Gold

📋 copy color: '#CB960F'

red 203 ◦ green 150 ◦ blue 15

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

Shades of Buddha Gold #CB960F

Tints of Buddha Gold #CB960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.08%

R = 55.16%
G = 40.76%
B = 4.08%

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

#CB960F (or 0xCB960F) is known color: Buddha Gold. HEX triplet: CB, 96 and 0F. RGB value is (203,150,15). Sum of RGB (Red+Green+Blue) = 203+150+15=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB960F is #3469F0. Grayscale: #979797. Windows color (decimal): -3434993 or 1021643. OLE color: 1021643.

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

Color convert

RGB 203 150 15 -
CMYK 0 0.26 0.93 0.20
HSL 43.09º 0.86% 0.43% -
HSV(B) 43.09º 0.93% 0.8% -
XYZ 35.62 34.54 5.24 -
YUV 150.46 51.56 165.48 -
System Red Green Blue C M Y K H S L
Decimal 203 150 15 0 0.26 0.93 0.20 43.09 0.86 0.43
Hex CB 96 F 0 1A 5D 14 2B 56 2B
Octal 313 226 17 0 32 135 24 53 126 53
Binary 11001011 10010110 1111 0 11010 1011101 10100 101011 1010110 101011

Color Harmonies of #CB960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB960F

Black with #CB960F

Text Example


Text Example

White with #CB960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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