Html Css Color HEX #CF530F Tenne (Tawny)

📋 copy color: '#CF530F'

red 207 ◦ green 83 ◦ blue 15

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

Shades of Tenne (Tawny) #CF530F

Tints of Tenne (Tawny) #CF530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 67.87%
G = 27.21%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF530F (or 0xCF530F) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 0F. RGB value is (207,83,15). Sum of RGB (Red+Green+Blue) = 207+83+15=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF530F is #30ACF0. Grayscale: #707070. Windows color (decimal): -3190001 or 1004495. OLE color: 1004495.

HSL color Cylindrical-coordinate representation of color #CF530F: hue angle of 21.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF530F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 15 -
CMYK 0 0.60 0.93 0.19
HSL 21.25º 0.86% 0.44% -
HSV(B) 21.25º 0.93% 0.81% -
XYZ 28.91 19.49 2.69 -
YUV 112.32 73.08 195.53 -
System Red Green Blue C M Y K H S L
Decimal 207 83 15 0 0.60 0.93 0.19 21.25 0.86 0.44
Hex CF 53 F 0 3C 5D 13 15 56 2C
Octal 317 123 17 0 74 135 23 25 126 54
Binary 11001111 1010011 1111 0 111100 1011101 10011 10101 1010110 101100

Color Harmonies of #CF530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF530F

Black with #CF530F

Text Example


Text Example

White with #CF530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF530F; }

 p { color: rgb(207,83,15); }

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

background-color css

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

 a { background-color: rgb(207,83,15); }

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

border-color css

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

 span { border-color: rgb(207,83,15); }

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