Html Css Color HEX #CA630B Tenne (Tawny)

📋 copy color: '#CA630B'

red 202 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #CA630B

Tints of Tenne (Tawny) #CA630B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

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

R = 64.74%
G = 31.73%
B = 3.53%

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

#CA630B (or 0xCA630B) is known color: Tenne (Tawny). HEX triplet: CA, 63 and 0B. RGB value is (202,99,11). Sum of RGB (Red+Green+Blue) = 202+99+11=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA630B is #359CF4. Grayscale: #787878. Windows color (decimal): -3513589 or 746442. OLE color: 746442.

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

Color convert

RGB 202 99 11 -
CMYK 0 0.51 0.95 0.21
HSL 27.64º 0.9% 0.42% -
HSV(B) 27.64º 0.95% 0.79% -
XYZ 28.88 21.5 2.95 -
YUV 119.77 66.62 186.66 -
System Red Green Blue C M Y K H S L
Decimal 202 99 11 0 0.51 0.95 0.21 27.64 0.9 0.42
Hex CA 63 B 0 33 5F 15 1C 5A 2A
Octal 312 143 13 0 63 137 25 34 132 52
Binary 11001010 1100011 1011 0 110011 1011111 10101 11100 1011010 101010

Color Harmonies of #CA630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA630B

Black with #CA630B

Text Example


Text Example

White with #CA630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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