Html Css Color HEX #CF530C Tenne (Tawny)

📋 copy color: '#CF530C'

red 207 ◦ green 83 ◦ blue 12

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

Shades of Tenne (Tawny) #CF530C

Tints of Tenne (Tawny) #CF530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 68.54%
G = 27.48%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF530C (or 0xCF530C) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 0C. RGB value is (207,83,12). Sum of RGB (Red+Green+Blue) = 207+83+12=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF530C is #30ACF3. Grayscale: #707070. Windows color (decimal): -3190004 or 807887. OLE color: 807887.

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

Color convert

RGB 207 83 12 -
CMYK 0 0.60 0.94 0.19
HSL 21.85º 0.89% 0.43% -
HSV(B) 21.85º 0.94% 0.81% -
XYZ 28.89 19.48 2.58 -
YUV 111.98 71.58 195.77 -
System Red Green Blue C M Y K H S L
Decimal 207 83 12 0 0.60 0.94 0.19 21.85 0.89 0.43
Hex CF 53 C 0 3C 5E 13 16 59 2B
Octal 317 123 14 0 74 136 23 26 131 53
Binary 11001111 1010011 1100 0 111100 1011110 10011 10110 1011001 101011

Color Harmonies of #CF530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF530C

Black with #CF530C

Text Example


Text Example

White with #CF530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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