Html Css Color HEX #CA6D08 Tenne (Tawny)

📋 copy color: '#CA6D08'

red 202 ◦ green 109 ◦ blue 8

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

Shades of Tenne (Tawny) #CA6D08

Tints of Tenne (Tawny) #CA6D08

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 63.32%
G = 34.17%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA6D08 (or 0xCA6D08) is known color: Tenne (Tawny). HEX triplet: CA, 6D and 08. RGB value is (202,109,8). Sum of RGB (Red+Green+Blue) = 202+109+8=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6D08 is #3592F7. Grayscale: #7D7D7D. Windows color (decimal): -3511032 or 552394. OLE color: 552394.

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

Color convert

RGB 202 109 8 -
CMYK 0 0.46 0.96 0.21
HSL 31.24º 0.92% 0.41% -
HSV(B) 31.24º 0.96% 0.79% -
XYZ 29.87 23.51 3.19 -
YUV 125.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 202 109 8 0 0.46 0.96 0.21 31.24 0.92 0.41
Hex CA 6D 8 0 2E 60 15 1F 5C 29
Octal 312 155 10 0 56 140 25 37 134 51
Binary 11001010 1101101 1000 0 101110 1100000 10101 11111 1011100 101001

Color Harmonies of #CA6D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D08

Black with #CA6D08

Text Example


Text Example

White with #CA6D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D08; }

 p { color: rgb(202,109,8); }

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

background-color css

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

 a { background-color: rgb(202,109,8); }

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

border-color css

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

 span { border-color: rgb(202,109,8); }

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