Html Css Color HEX #CA670B Tenne (Tawny)

📋 copy color: '#CA670B'

red 202 ◦ green 103 ◦ blue 11

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

Shades of Tenne (Tawny) #CA670B

Tints of Tenne (Tawny) #CA670B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

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

R = 63.92%
G = 32.59%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA670B (or 0xCA670B) is known color: Tenne (Tawny). HEX triplet: CA, 67 and 0B. RGB value is (202,103,11). Sum of RGB (Red+Green+Blue) = 202+103+11=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA670B is #3598F4. Grayscale: #7A7A7A. Windows color (decimal): -3512565 or 747466. OLE color: 747466.

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

Color convert

RGB 202 103 11 -
CMYK 0 0.49 0.95 0.21
HSL 28.9º 0.9% 0.42% -
HSV(B) 28.9º 0.95% 0.79% -
XYZ 29.27 22.28 3.07 -
YUV 122.11 65.3 184.98 -
System Red Green Blue C M Y K H S L
Decimal 202 103 11 0 0.49 0.95 0.21 28.9 0.9 0.42
Hex CA 67 B 0 31 5F 15 1D 5A 2A
Octal 312 147 13 0 61 137 25 35 132 52
Binary 11001010 1100111 1011 0 110001 1011111 10101 11101 1011010 101010

Color Harmonies of #CA670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA670B

Black with #CA670B

Text Example


Text Example

White with #CA670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA670B; }

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

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

background-color css

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

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

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

border-color css

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

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

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