Html Css Color HEX #C4563A Trinidad

📋 copy color: '#C4563A'

red 196 ◦ green 86 ◦ blue 58

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

Shades of Trinidad #C4563A

Tints of Trinidad #C4563A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 57.65%
G = 25.29%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4563A (or 0xC4563A) is known color: Trinidad. HEX triplet: C4, 56 and 3A. RGB value is (196,86,58). Sum of RGB (Red+Green+Blue) = 196+86+58=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4563A is #3BA9C5. Grayscale: #737373. Windows color (decimal): -3910086 or 3823300. OLE color: 3823300.

HSL color Cylindrical-coordinate representation of color #C4563A: hue angle of 12.17º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4563A is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 86 58 -
CMYK 0 0.56 0.70 0.23
HSL 12.17º 0.54% 0.5% -
HSV(B) 12.17º 0.7% 0.77% -
XYZ 26.86 18.7 6.2 -
YUV 115.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 196 86 58 0 0.56 0.70 0.23 12.17 0.54 0.5
Hex C4 56 3A 0 38 46 17 C 36 32
Octal 304 126 72 0 70 106 27 14 66 62
Binary 11000100 1010110 111010 0 111000 1000110 10111 1100 110110 110010

Color Harmonies of #C4563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4563A

Black with #C4563A

Text Example


Text Example

White with #C4563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4563A; }

 p { color: rgb(196,86,58); }

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

background-color css

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

 a { background-color: rgb(196,86,58); }

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

border-color css

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

 span { border-color: rgb(196,86,58); }

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