Html Css Color HEX #C64731 Trinidad

📋 copy color: '#C64731'

red 198 ◦ green 71 ◦ blue 49

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

Shades of Trinidad #C64731

Tints of Trinidad #C64731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.33%

 BLUE value IS 49 (19.53% from 255) = 15.41%

R = 62.26%
G = 22.33%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C64731 (or 0xC64731) is known color: Trinidad. HEX triplet: C6, 47 and 31. RGB value is (198,71,49). Sum of RGB (Red+Green+Blue) = 198+71+49=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64731 is #39B8CE. Grayscale: #6A6A6A. Windows color (decimal): -3782863 or 3229638. OLE color: 3229638.

HSL color Cylindrical-coordinate representation of color #C64731: hue angle of 8.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C64731 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 71 49 -
CMYK 0 0.64 0.75 0.22
HSL 8.86º 0.6% 0.48% -
HSV(B) 8.86º 0.75% 0.78% -
XYZ 26.1 16.73 4.76 -
YUV 106.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 198 71 49 0 0.64 0.75 0.22 8.86 0.6 0.48
Hex C6 47 31 0 40 4B 16 9 3C 30
Octal 306 107 61 0 100 113 26 11 74 60
Binary 11000110 1000111 110001 0 1000000 1001011 10110 1001 111100 110000

Color Harmonies of #C64731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64731

Black with #C64731

Text Example


Text Example

White with #C64731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64731; }

 p { color: rgb(198,71,49); }

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

background-color css

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

 a { background-color: rgb(198,71,49); }

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

border-color css

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

 span { border-color: rgb(198,71,49); }

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