Html Css Color HEX #CB7330 Tango

📋 copy color: '#CB7330'

red 203 ◦ green 115 ◦ blue 48

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

Shades of Tango #CB7330

Tints of Tango #CB7330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

 BLUE value IS 48 (19.14% from 255) = 13.11%

R = 55.46%
G = 31.42%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB7330 (or 0xCB7330) is known color: Tango. HEX triplet: CB, 73 and 30. RGB value is (203,115,48). Sum of RGB (Red+Green+Blue) = 203+115+48=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7330 is #348CCF. Grayscale: #868686. Windows color (decimal): -3443920 or 3175371. OLE color: 3175371.

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

Color convert

RGB 203 115 48 -
CMYK 0 0.43 0.76 0.20
HSL 25.94º 0.62% 0.49% -
HSV(B) 25.94º 0.76% 0.8% -
XYZ 31.29 25.17 6.01 -
YUV 133.67 79.65 177.45 -
System Red Green Blue C M Y K H S L
Decimal 203 115 48 0 0.43 0.76 0.20 25.94 0.62 0.49
Hex CB 73 30 0 2B 4C 14 1A 3E 31
Octal 313 163 60 0 53 114 24 32 76 61
Binary 11001011 1110011 110000 0 101011 1001100 10100 11010 111110 110001

Color Harmonies of #CB7330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7330

Black with #CB7330

Text Example


Text Example

White with #CB7330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7330; }

 p { color: rgb(203,115,48); }

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

background-color css

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

 a { background-color: rgb(203,115,48); }

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

border-color css

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

 span { border-color: rgb(203,115,48); }

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