Html Css Color HEX #CA620B Tenne (Tawny)

📋 copy color: '#CA620B'

red 202 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #CA620B

Tints of Tenne (Tawny) #CA620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 64.95%
G = 31.51%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA620B (or 0xCA620B) is known color: Tenne (Tawny). HEX triplet: CA, 62 and 0B. RGB value is (202,98,11). Sum of RGB (Red+Green+Blue) = 202+98+11=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA620B is #359DF4. Grayscale: #777777. Windows color (decimal): -3513845 or 746186. OLE color: 746186.

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

Color convert

RGB 202 98 11 -
CMYK 0 0.51 0.95 0.21
HSL 27.33º 0.9% 0.42% -
HSV(B) 27.33º 0.95% 0.79% -
XYZ 28.79 21.32 2.91 -
YUV 119.18 66.96 187.07 -
System Red Green Blue C M Y K H S L
Decimal 202 98 11 0 0.51 0.95 0.21 27.33 0.9 0.42
Hex CA 62 B 0 33 5F 15 1B 5A 2A
Octal 312 142 13 0 63 137 25 33 132 52
Binary 11001010 1100010 1011 0 110011 1011111 10101 11011 1011010 101010

Color Harmonies of #CA620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA620B

Black with #CA620B

Text Example


Text Example

White with #CA620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA620B; }

 p { color: rgb(202,98,11); }

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

background-color css

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

 a { background-color: rgb(202,98,11); }

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

border-color css

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

 span { border-color: rgb(202,98,11); }

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