Html Css Color HEX #CF570B Tenne (Tawny)

📋 copy color: '#CF570B'

red 207 ◦ green 87 ◦ blue 11

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

Shades of Tenne (Tawny) #CF570B

Tints of Tenne (Tawny) #CF570B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

 BLUE value IS 11 (4.69% from 255) = 3.61%

R = 67.87%
G = 28.52%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF570B (or 0xCF570B) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 0B. RGB value is (207,87,11). Sum of RGB (Red+Green+Blue) = 207+87+11=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF570B is #30A8F4. Grayscale: #727272. Windows color (decimal): -3188981 or 743375. OLE color: 743375.

HSL color Cylindrical-coordinate representation of color #CF570B: hue angle of 23.27º degrees, saturation: 0.9, 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 #CF570B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 87 11 -
CMYK 0 0.58 0.95 0.19
HSL 23.27º 0.9% 0.43% -
HSV(B) 23.27º 0.95% 0.81% -
XYZ 29.2 20.11 2.66 -
YUV 114.22 69.76 194.18 -
System Red Green Blue C M Y K H S L
Decimal 207 87 11 0 0.58 0.95 0.19 23.27 0.9 0.43
Hex CF 57 B 0 3A 5F 13 17 5A 2B
Octal 317 127 13 0 72 137 23 27 132 53
Binary 11001111 1010111 1011 0 111010 1011111 10011 10111 1011010 101011

Color Harmonies of #CF570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF570B

Black with #CF570B

Text Example


Text Example

White with #CF570B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF570B; }

 p { color: rgb(207,87,11); }

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

background-color css

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

 a { background-color: rgb(207,87,11); }

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

border-color css

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

 span { border-color: rgb(207,87,11); }

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