Html Css Color HEX #C4492C Trinidad

📋 copy color: '#C4492C'

red 196 ◦ green 73 ◦ blue 44

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

Shades of Trinidad #C4492C

Tints of Trinidad #C4492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.32%

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

R = 62.62%
G = 23.32%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4492C (or 0xC4492C) is known color: Trinidad. HEX triplet: C4, 49 and 2C. RGB value is (196,73,44). Sum of RGB (Red+Green+Blue) = 196+73+44=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C4492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4492C is #3BB6D3. Grayscale: #6A6A6A. Windows color (decimal): -3913428 or 2902468. OLE color: 2902468.

HSL color Cylindrical-coordinate representation of color #C4492C: hue angle of 11.45º 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 #C4492C is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 44 -
CMYK 0 0.63 0.78 0.23
HSL 11.45º 0.63% 0.47% -
HSV(B) 11.45º 0.78% 0.77% -
XYZ 25.6 16.68 4.25 -
YUV 106.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 196 73 44 0 0.63 0.78 0.23 11.45 0.63 0.47
Hex C4 49 2C 0 3F 4E 17 B 3F 2F
Octal 304 111 54 0 77 116 27 13 77 57
Binary 11000100 1001001 101100 0 111111 1001110 10111 1011 111111 101111

Color Harmonies of #C4492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4492C

Black with #C4492C

Text Example


Text Example

White with #C4492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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