Html Css Color HEX #C64E35 Trinidad

📋 copy color: '#C64E35'

red 198 ◦ green 78 ◦ blue 53

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

Shades of Trinidad #C64E35

Tints of Trinidad #C64E35

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.71%

 BLUE value IS 53 (21.09% from 255) = 16.11%

R = 60.18%
G = 23.71%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C64E35 (or 0xC64E35) is known color: Trinidad. HEX triplet: C6, 4E and 35. RGB value is (198,78,53). Sum of RGB (Red+Green+Blue) = 198+78+53=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E35 is #39B1CA. Grayscale: #6F6F6F. Windows color (decimal): -3781067 or 3493574. OLE color: 3493574.

HSL color Cylindrical-coordinate representation of color #C64E35: hue angle of 10.34º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C64E35 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 78 53 -
CMYK 0 0.61 0.73 0.22
HSL 10.34º 0.58% 0.49% -
HSV(B) 10.34º 0.73% 0.78% -
XYZ 26.66 17.71 5.38 -
YUV 111.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 198 78 53 0 0.61 0.73 0.22 10.34 0.58 0.49
Hex C6 4E 35 0 3D 49 16 A 3A 31
Octal 306 116 65 0 75 111 26 12 72 61
Binary 11000110 1001110 110101 0 111101 1001001 10110 1010 111010 110001

Color Harmonies of #C64E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64E35

Black with #C64E35

Text Example


Text Example

White with #C64E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64E35; }

 p { color: rgb(198,78,53); }

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

background-color css

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

 a { background-color: rgb(198,78,53); }

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

border-color css

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

 span { border-color: rgb(198,78,53); }

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