Html Css Color HEX #CF7535 Tango

📋 copy color: '#CF7535'

red 207 ◦ green 117 ◦ blue 53

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

Shades of Tango #CF7535

Tints of Tango #CF7535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.06%

R = 54.91%
G = 31.03%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF7535 (or 0xCF7535) is known color: Tango. HEX triplet: CF, 75 and 35. RGB value is (207,117,53). Sum of RGB (Red+Green+Blue) = 207+117+53=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7535 is #308ACA. Grayscale: #888888. Windows color (decimal): -3181259 or 3503567. OLE color: 3503567.

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

Color convert

RGB 207 117 53 -
CMYK 0 0.43 0.74 0.19
HSL 24.94º 0.62% 0.51% -
HSV(B) 24.94º 0.74% 0.81% -
XYZ 32.74 26.25 6.71 -
YUV 136.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 207 117 53 0 0.43 0.74 0.19 24.94 0.62 0.51
Hex CF 75 35 0 2B 4A 13 19 3E 33
Octal 317 165 65 0 53 112 23 31 76 63
Binary 11001111 1110101 110101 0 101011 1001010 10011 11001 111110 110011

Color Harmonies of #CF7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7535

Black with #CF7535

Text Example


Text Example

White with #CF7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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