Html Css Color HEX #CF7533 Tango

📋 copy color: '#CF7533'

red 207 ◦ green 117 ◦ blue 51

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

Shades of Tango #CF7533

Tints of Tango #CF7533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 55.2%
G = 31.2%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF7533 (or 0xCF7533) is known color: Tango. HEX triplet: CF, 75 and 33. RGB value is (207,117,51). Sum of RGB (Red+Green+Blue) = 207+117+51=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7533 is #308ACC. Grayscale: #888888. Windows color (decimal): -3181261 or 3372495. OLE color: 3372495.

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

Color convert

RGB 207 117 51 -
CMYK 0 0.43 0.75 0.19
HSL 25.38º 0.62% 0.51% -
HSV(B) 25.38º 0.75% 0.81% -
XYZ 32.69 26.23 6.47 -
YUV 136.39 79.82 178.37 -
System Red Green Blue C M Y K H S L
Decimal 207 117 51 0 0.43 0.75 0.19 25.38 0.62 0.51
Hex CF 75 33 0 2B 4B 13 19 3E 33
Octal 317 165 63 0 53 113 23 31 76 63
Binary 11001111 1110101 110011 0 101011 1001011 10011 11001 111110 110011

Color Harmonies of #CF7533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7533

Black with #CF7533

Text Example


Text Example

White with #CF7533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7533; }

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

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

background-color css

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

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

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

border-color css

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

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

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