Html Css Color HEX #C4442C Trinidad

📋 copy color: '#C4442C'

red 196 ◦ green 68 ◦ blue 44

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

Shades of Trinidad #C4442C

Tints of Trinidad #C4442C

RGB

 RED value IS 196 (76.95% from 255) = 63.64%

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

 BLUE value IS 44 (17.58% from 255) = 14.29%

R = 63.64%
G = 22.08%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4442C (or 0xC4442C) is known color: Trinidad. HEX triplet: C4, 44 and 2C. RGB value is (196,68,44). Sum of RGB (Red+Green+Blue) = 196+68+44=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4442C is #3BBBD3. Grayscale: #676767. Windows color (decimal): -3914708 or 2901188. OLE color: 2901188.

HSL color Cylindrical-coordinate representation of color #C4442C: hue angle of 9.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4442C is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 68 44 -
CMYK 0 0.65 0.78 0.23
HSL 9.47º 0.63% 0.47% -
HSV(B) 9.47º 0.78% 0.77% -
XYZ 25.29 16.05 4.15 -
YUV 103.54 94.41 193.95 -
System Red Green Blue C M Y K H S L
Decimal 196 68 44 0 0.65 0.78 0.23 9.47 0.63 0.47
Hex C4 44 2C 0 41 4E 17 9 3F 2F
Octal 304 104 54 0 101 116 27 11 77 57
Binary 11000100 1000100 101100 0 1000001 1001110 10111 1001 111111 101111

Color Harmonies of #C4442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4442C

Black with #C4442C

Text Example


Text Example

White with #C4442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4442C; }

 p { color: rgb(196,68,44); }

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

background-color css

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

 a { background-color: rgb(196,68,44); }

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

border-color css

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

 span { border-color: rgb(196,68,44); }

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