Html Css Color HEX #CA6005 Tenne (Tawny)

📋 copy color: '#CA6005'

red 202 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #CA6005

Tints of Tenne (Tawny) #CA6005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 66.67%
G = 31.68%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA6005 (or 0xCA6005) is known color: Tenne (Tawny). HEX triplet: CA, 60 and 05. RGB value is (202,96,5). Sum of RGB (Red+Green+Blue) = 202+96+5=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6005 is #359FFA. Grayscale: #757575. Windows color (decimal): -3514363 or 352458. OLE color: 352458.

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

Color convert

RGB 202 96 5 -
CMYK 0 0.52 0.98 0.21
HSL 27.72º 0.95% 0.41% -
HSV(B) 27.72º 0.98% 0.79% -
XYZ 28.57 20.93 2.68 -
YUV 117.32 64.62 188.4 -
System Red Green Blue C M Y K H S L
Decimal 202 96 5 0 0.52 0.98 0.21 27.72 0.95 0.41
Hex CA 60 5 0 34 62 15 1C 5F 29
Octal 312 140 5 0 64 142 25 34 137 51
Binary 11001010 1100000 101 0 110100 1100010 10101 11100 1011111 101001

Color Harmonies of #CA6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6005

Black with #CA6005

Text Example


Text Example

White with #CA6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6005; }

 p { color: rgb(202,96,5); }

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

background-color css

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

 a { background-color: rgb(202,96,5); }

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

border-color css

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

 span { border-color: rgb(202,96,5); }

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