Html Css Color HEX #C64429 Trinidad

📋 copy color: '#C64429'

red 198 ◦ green 68 ◦ blue 41

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

Shades of Trinidad #C64429

Tints of Trinidad #C64429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

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

R = 64.5%
G = 22.15%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C64429 (or 0xC64429) is known color: Trinidad. HEX triplet: C6, 44 and 29. RGB value is (198,68,41). Sum of RGB (Red+Green+Blue) = 198+68+41=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C64429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64429 is #39BBD6. Grayscale: #686868. Windows color (decimal): -3783639 or 2704582. OLE color: 2704582.

HSL color Cylindrical-coordinate representation of color #C64429: hue angle of 10.32º 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 #C64429 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 68 41 -
CMYK 0 0.66 0.79 0.22
HSL 10.32º 0.66% 0.47% -
HSV(B) 10.32º 0.79% 0.78% -
XYZ 25.76 16.3 3.89 -
YUV 103.79 92.57 195.2 -
System Red Green Blue C M Y K H S L
Decimal 198 68 41 0 0.66 0.79 0.22 10.32 0.66 0.47
Hex C6 44 29 0 42 4F 16 A 42 2F
Octal 306 104 51 0 102 117 26 12 102 57
Binary 11000110 1000100 101001 0 1000010 1001111 10110 1010 1000010 101111

Color Harmonies of #C64429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64429

Black with #C64429

Text Example


Text Example

White with #C64429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64429; }

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

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

background-color css

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

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

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

border-color css

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

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

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