Html Css Color HEX #CF7230 Tango

📋 copy color: '#CF7230'

red 207 ◦ green 114 ◦ blue 48

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

Shades of Tango #CF7230

Tints of Tango #CF7230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.89%

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

R = 56.1%
G = 30.89%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF7230 (or 0xCF7230) is known color: Tango. HEX triplet: CF, 72 and 30. RGB value is (207,114,48). Sum of RGB (Red+Green+Blue) = 207+114+48=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7230 is #308DCF. Grayscale: #868686. Windows color (decimal): -3182032 or 3175119. OLE color: 3175119.

HSL color Cylindrical-coordinate representation of color #CF7230: hue angle of 24.91º 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 #CF7230 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 114 48 -
CMYK 0 0.45 0.77 0.19
HSL 24.91º 0.62% 0.5% -
HSV(B) 24.91º 0.77% 0.81% -
XYZ 32.28 25.51 6.02 -
YUV 134.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 207 114 48 0 0.45 0.77 0.19 24.91 0.62 0.5
Hex CF 72 30 0 2D 4D 13 19 3E 32
Octal 317 162 60 0 55 115 23 31 76 62
Binary 11001111 1110010 110000 0 101101 1001101 10011 11001 111110 110010

Color Harmonies of #CF7230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7230

Black with #CF7230

Text Example


Text Example

White with #CF7230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7230; }

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

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

background-color css

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

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

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

border-color css

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

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

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