Html Css Color HEX #C64B02 Tenne (Tawny)

📋 copy color: '#C64B02'

red 198 ◦ green 75 ◦ blue 2

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

Shades of Tenne (Tawny) #C64B02

Tints of Tenne (Tawny) #C64B02

RGB

 RED value IS 198 (77.73% from 255) = 72%

 GREEN value IS 75 (29.69% from 255) = 27.27%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 72%
G = 27.27%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64B02 (or 0xC64B02) is known color: Tenne (Tawny). HEX triplet: C6, 4B and 02. RGB value is (198,75,2). Sum of RGB (Red+Green+Blue) = 198+75+2=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64B02 is #39B4FD. Grayscale: #676767. Windows color (decimal): -3781886 or 150470. OLE color: 150470.

HSL color Cylindrical-coordinate representation of color #C64B02: hue angle of 22.35º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C64B02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 75 2 -
CMYK 0 0.62 0.99 0.22
HSL 22.35º 0.98% 0.39% -
HSV(B) 22.35º 0.99% 0.78% -
XYZ 25.82 17.04 1.99 -
YUV 103.46 70.75 195.44 -
System Red Green Blue C M Y K H S L
Decimal 198 75 2 0 0.62 0.99 0.22 22.35 0.98 0.39
Hex C6 4B 2 0 3E 63 16 16 62 27
Octal 306 113 2 0 76 143 26 26 142 47
Binary 11000110 1001011 10 0 111110 1100011 10110 10110 1100010 100111

Color Harmonies of #C64B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B02

Black with #C64B02

Text Example


Text Example

White with #C64B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B02; }

 p { color: rgb(198,75,2); }

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

background-color css

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

 a { background-color: rgb(198,75,2); }

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

border-color css

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

 span { border-color: rgb(198,75,2); }

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