Html Css Color HEX #CA6700 Tenne (Tawny)

📋 copy color: '#CA6700'

red 202 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #CA6700

Tints of Tenne (Tawny) #CA6700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.23%
G = 33.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA6700 (or 0xCA6700) is known color: Tenne (Tawny). HEX triplet: CA, 67 and 00. RGB value is (202,103,0). Sum of RGB (Red+Green+Blue) = 202+103+0=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6700 is #3598FF. Grayscale: #797979. Windows color (decimal): -3512576 or 26570. OLE color: 26570.

HSL color Cylindrical-coordinate representation of color #CA6700: hue angle of 30.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA6700 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 103 0 -
CMYK 0 0.49 1 0.21
HSL 30.59º 1% 0.4% -
HSV(B) 30.59º 1% 0.79% -
XYZ 29.21 22.26 2.76 -
YUV 120.86 59.8 185.88 -
System Red Green Blue C M Y K H S L
Decimal 202 103 0 0 0.49 1 0.21 30.59 1 0.4
Hex CA 67 0 0 31 64 15 1F 64 28
Octal 312 147 0 0 61 144 25 37 144 50
Binary 11001010 1100111 0 0 110001 1100100 10101 11111 1100100 101000

Color Harmonies of #CA6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6700

Black with #CA6700

Text Example


Text Example

White with #CA6700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6700; }

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

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

background-color css

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

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

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

border-color css

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

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

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