Html Css Color HEX #C64829 Trinidad

📋 copy color: '#C64829'

red 198 ◦ green 72 ◦ blue 41

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

Shades of Trinidad #C64829

Tints of Trinidad #C64829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

 BLUE value IS 41 (16.41% from 255) = 13.18%

R = 63.67%
G = 23.15%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C64829 (or 0xC64829) is known color: Trinidad. HEX triplet: C6, 48 and 29. RGB value is (198,72,41). Sum of RGB (Red+Green+Blue) = 198+72+41=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C64829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64829 is #39B7D6. Grayscale: #6A6A6A. Windows color (decimal): -3782615 or 2705606. OLE color: 2705606.

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

Color convert

RGB 198 72 41 -
CMYK 0 0.64 0.79 0.22
HSL 11.85º 0.66% 0.47% -
HSV(B) 11.85º 0.79% 0.78% -
XYZ 26.01 16.8 3.97 -
YUV 106.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 198 72 41 0 0.64 0.79 0.22 11.85 0.66 0.47
Hex C6 48 29 0 40 4F 16 C 42 2F
Octal 306 110 51 0 100 117 26 14 102 57
Binary 11000110 1001000 101001 0 1000000 1001111 10110 1100 1000010 101111

Color Harmonies of #C64829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64829

Black with #C64829

Text Example


Text Example

White with #C64829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64829; }

 p { color: rgb(198,72,41); }

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

background-color css

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

 a { background-color: rgb(198,72,41); }

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

border-color css

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

 span { border-color: rgb(198,72,41); }

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