Html Css Color HEX #CB7230 Tango

📋 copy color: '#CB7230'

red 203 ◦ green 114 ◦ blue 48

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

Shades of Tango #CB7230

Tints of Tango #CB7230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.23%

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

R = 55.62%
G = 31.23%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB7230 (or 0xCB7230) is known color: Tango. HEX triplet: CB, 72 and 30. RGB value is (203,114,48). Sum of RGB (Red+Green+Blue) = 203+114+48=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7230 is #348DCF. Grayscale: #858585. Windows color (decimal): -3444176 or 3175115. OLE color: 3175115.

HSL color Cylindrical-coordinate representation of color #CB7230: hue angle of 25.55º 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 #CB7230 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 114 48 -
CMYK 0 0.44 0.76 0.20
HSL 25.55º 0.62% 0.49% -
HSV(B) 25.55º 0.76% 0.8% -
XYZ 31.18 24.94 5.97 -
YUV 133.09 79.99 177.87 -
System Red Green Blue C M Y K H S L
Decimal 203 114 48 0 0.44 0.76 0.20 25.55 0.62 0.49
Hex CB 72 30 0 2C 4C 14 1A 3E 31
Octal 313 162 60 0 54 114 24 32 76 61
Binary 11001011 1110010 110000 0 101100 1001100 10100 11010 111110 110001

Color Harmonies of #CB7230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7230

Black with #CB7230

Text Example


Text Example

White with #CB7230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7230; }

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

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

background-color css

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

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

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

border-color css

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

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

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