Html Css Color HEX #CA4C07 Tenne (Tawny)

📋 copy color: '#CA4C07'

red 202 ◦ green 76 ◦ blue 7

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

Shades of Tenne (Tawny) #CA4C07

Tints of Tenne (Tawny) #CA4C07

RGB

 RED value IS 202 (79.3% from 255) = 70.88%

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

 BLUE value IS 7 (3.13% from 255) = 2.46%

R = 70.88%
G = 26.67%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA4C07 (or 0xCA4C07) is known color: Tenne (Tawny). HEX triplet: CA, 4C and 07. RGB value is (202,76,7). Sum of RGB (Red+Green+Blue) = 202+76+7=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4C07 is #35B3F8. Grayscale: #6A6A6A. Windows color (decimal): -3519481 or 478410. OLE color: 478410.

HSL color Cylindrical-coordinate representation of color #CA4C07: hue angle of 21.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA4C07 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 76 7 -
CMYK 0 0.62 0.97 0.21
HSL 21.23º 0.93% 0.41% -
HSV(B) 21.23º 0.97% 0.79% -
XYZ 26.98 17.74 2.2 -
YUV 105.81 72.24 196.61 -
System Red Green Blue C M Y K H S L
Decimal 202 76 7 0 0.62 0.97 0.21 21.23 0.93 0.41
Hex CA 4C 7 0 3E 61 15 15 5D 29
Octal 312 114 7 0 76 141 25 25 135 51
Binary 11001010 1001100 111 0 111110 1100001 10101 10101 1011101 101001

Color Harmonies of #CA4C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4C07

Black with #CA4C07

Text Example


Text Example

White with #CA4C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4C07; }

 p { color: rgb(202,76,7); }

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

background-color css

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

 a { background-color: rgb(202,76,7); }

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

border-color css

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

 span { border-color: rgb(202,76,7); }

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