Html Css Color HEX #CF580A Tenne (Tawny)

📋 copy color: '#CF580A'

red 207 ◦ green 88 ◦ blue 10

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

Shades of Tenne (Tawny) #CF580A

Tints of Tenne (Tawny) #CF580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 67.87%
G = 28.85%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF580A (or 0xCF580A) is known color: Tenne (Tawny). HEX triplet: CF, 58 and 0A. RGB value is (207,88,10). Sum of RGB (Red+Green+Blue) = 207+88+10=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF580A is #30A7F5. Grayscale: #737373. Windows color (decimal): -3188726 or 678095. OLE color: 678095.

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

Color convert

RGB 207 88 10 -
CMYK 0 0.57 0.95 0.19
HSL 23.76º 0.91% 0.43% -
HSV(B) 23.76º 0.95% 0.81% -
XYZ 29.28 20.27 2.66 -
YUV 114.69 68.92 193.84 -
System Red Green Blue C M Y K H S L
Decimal 207 88 10 0 0.57 0.95 0.19 23.76 0.91 0.43
Hex CF 58 A 0 39 5F 13 18 5B 2B
Octal 317 130 12 0 71 137 23 30 133 53
Binary 11001111 1011000 1010 0 111001 1011111 10011 11000 1011011 101011

Color Harmonies of #CF580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF580A

Black with #CF580A

Text Example


Text Example

White with #CF580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF580A; }

 p { color: rgb(207,88,10); }

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

background-color css

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

 a { background-color: rgb(207,88,10); }

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

border-color css

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

 span { border-color: rgb(207,88,10); }

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