Html Css Color HEX #C64A20 Trinidad

📋 copy color: '#C64A20'

red 198 ◦ green 74 ◦ blue 32

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

Shades of Trinidad #C64A20

Tints of Trinidad #C64A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.34%

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 65.13%
G = 24.34%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C64A20 (or 0xC64A20) is known color: Trinidad. HEX triplet: C6, 4A and 20. RGB value is (198,74,32). Sum of RGB (Red+Green+Blue) = 198+74+32=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A20 is #39B5DF. Grayscale: #6A6A6A. Windows color (decimal): -3782112 or 2116294. OLE color: 2116294.

HSL color Cylindrical-coordinate representation of color #C64A20: hue angle of 15.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C64A20 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 74 32 -
CMYK 0 0.63 0.84 0.22
HSL 15.18º 0.72% 0.45% -
HSV(B) 15.18º 0.84% 0.78% -
XYZ 26 17.01 3.28 -
YUV 106.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 198 74 32 0 0.63 0.84 0.22 15.18 0.72 0.45
Hex C6 4A 20 0 3F 54 16 F 48 2D
Octal 306 112 40 0 77 124 26 17 110 55
Binary 11000110 1001010 100000 0 111111 1010100 10110 1111 1001000 101101

Color Harmonies of #C64A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A20

Black with #C64A20

Text Example


Text Example

White with #C64A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A20; }

 p { color: rgb(198,74,32); }

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

background-color css

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

 a { background-color: rgb(198,74,32); }

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

border-color css

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

 span { border-color: rgb(198,74,32); }

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