Html Css Color HEX #CF4C0B Tenne (Tawny)

📋 copy color: '#CF4C0B'

red 207 ◦ green 76 ◦ blue 11

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

Shades of Tenne (Tawny) #CF4C0B

Tints of Tenne (Tawny) #CF4C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.85%

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

R = 70.41%
G = 25.85%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF4C0B (or 0xCF4C0B) is known color: Tenne (Tawny). HEX triplet: CF, 4C and 0B. RGB value is (207,76,11). Sum of RGB (Red+Green+Blue) = 207+76+11=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4C0B is #30B3F4. Grayscale: #6C6C6C. Windows color (decimal): -3191797 or 740559. OLE color: 740559.

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

Color convert

RGB 207 76 11 -
CMYK 0 0.63 0.95 0.19
HSL 19.9º 0.9% 0.43% -
HSV(B) 19.9º 0.95% 0.81% -
XYZ 28.38 18.46 2.38 -
YUV 107.76 73.4 198.79 -
System Red Green Blue C M Y K H S L
Decimal 207 76 11 0 0.63 0.95 0.19 19.9 0.9 0.43
Hex CF 4C B 0 3F 5F 13 14 5A 2B
Octal 317 114 13 0 77 137 23 24 132 53
Binary 11001111 1001100 1011 0 111111 1011111 10011 10100 1011010 101011

Color Harmonies of #CF4C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C0B

Black with #CF4C0B

Text Example


Text Example

White with #CF4C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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