Html Css Color HEX #CB712F Tango

📋 copy color: '#CB712F'

red 203 ◦ green 113 ◦ blue 47

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

Shades of Tango #CB712F

Tints of Tango #CB712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 55.92%
G = 31.13%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB712F (or 0xCB712F) is known color: Tango. HEX triplet: CB, 71 and 2F. RGB value is (203,113,47). Sum of RGB (Red+Green+Blue) = 203+113+47=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB712F is #348ED0. Grayscale: #848484. Windows color (decimal): -3444433 or 3109323. OLE color: 3109323.

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

Color convert

RGB 203 113 47 -
CMYK 0 0.44 0.77 0.20
HSL 25.38º 0.62% 0.49% -
HSV(B) 25.38º 0.77% 0.8% -
XYZ 31.05 24.71 5.82 -
YUV 132.39 79.82 178.37 -
System Red Green Blue C M Y K H S L
Decimal 203 113 47 0 0.44 0.77 0.20 25.38 0.62 0.49
Hex CB 71 2F 0 2C 4D 14 19 3E 31
Octal 313 161 57 0 54 115 24 31 76 61
Binary 11001011 1110001 101111 0 101100 1001101 10100 11001 111110 110001

Color Harmonies of #CB712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB712F

Black with #CB712F

Text Example


Text Example

White with #CB712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB712F; }

 p { color: rgb(203,113,47); }

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

background-color css

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

 a { background-color: rgb(203,113,47); }

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

border-color css

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

 span { border-color: rgb(203,113,47); }

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