Html Css Color HEX #CB6E2D Tango

📋 copy color: '#CB6E2D'

red 203 ◦ green 110 ◦ blue 45

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

Shades of Tango #CB6E2D

Tints of Tango #CB6E2D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 56.7%
G = 30.73%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB6E2D (or 0xCB6E2D) is known color: Tango. HEX triplet: CB, 6E and 2D. RGB value is (203,110,45). Sum of RGB (Red+Green+Blue) = 203+110+45=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E2D is #3491D2. Grayscale: #828282. Windows color (decimal): -3445203 or 2977483. OLE color: 2977483.

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

Color convert

RGB 203 110 45 -
CMYK 0 0.46 0.78 0.20
HSL 24.68º 0.64% 0.49% -
HSV(B) 24.68º 0.78% 0.8% -
XYZ 30.68 24.04 5.51 -
YUV 130.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 203 110 45 0 0.46 0.78 0.20 24.68 0.64 0.49
Hex CB 6E 2D 0 2E 4E 14 19 40 31
Octal 313 156 55 0 56 116 24 31 100 61
Binary 11001011 1101110 101101 0 101110 1001110 10100 11001 1000000 110001

Color Harmonies of #CB6E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6E2D

Black with #CB6E2D

Text Example


Text Example

White with #CB6E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6E2D; }

 p { color: rgb(203,110,45); }

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

background-color css

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

 a { background-color: rgb(203,110,45); }

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

border-color css

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

 span { border-color: rgb(203,110,45); }

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