Html Css Color HEX #CF7530 Tango

📋 copy color: '#CF7530'

red 207 ◦ green 117 ◦ blue 48

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

Shades of Tango #CF7530

Tints of Tango #CF7530

RGB

 RED value IS 207 (81.25% from 255) = 55.65%

 GREEN value IS 117 (46.09% from 255) = 31.45%

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

R = 55.65%
G = 31.45%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF7530 (or 0xCF7530) is known color: Tango. HEX triplet: CF, 75 and 30. RGB value is (207,117,48). Sum of RGB (Red+Green+Blue) = 207+117+48=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7530 is #308ACF. Grayscale: #888888. Windows color (decimal): -3181264 or 3175887. OLE color: 3175887.

HSL color Cylindrical-coordinate representation of color #CF7530: hue angle of 26.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF7530 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 48 -
CMYK 0 0.43 0.77 0.19
HSL 26.04º 0.62% 0.5% -
HSV(B) 26.04º 0.77% 0.81% -
XYZ 32.63 26.2 6.13 -
YUV 136.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 207 117 48 0 0.43 0.77 0.19 26.04 0.62 0.5
Hex CF 75 30 0 2B 4D 13 1A 3E 32
Octal 317 165 60 0 53 115 23 32 76 62
Binary 11001111 1110101 110000 0 101011 1001101 10011 11010 111110 110010

Color Harmonies of #CF7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7530

Black with #CF7530

Text Example


Text Example

White with #CF7530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7530; }

 p { color: rgb(207,117,48); }

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

background-color css

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

 a { background-color: rgb(207,117,48); }

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

border-color css

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

 span { border-color: rgb(207,117,48); }

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