Html Css Color HEX #C5462C Trinidad

📋 copy color: '#C5462C'

red 197 ◦ green 70 ◦ blue 44

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

Shades of Trinidad #C5462C

Tints of Trinidad #C5462C

RGB

 RED value IS 197 (77.34% from 255) = 63.34%

 GREEN value IS 70 (27.73% from 255) = 22.51%

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

R = 63.34%
G = 22.51%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5462C (or 0xC5462C) is known color: Trinidad. HEX triplet: C5, 46 and 2C. RGB value is (197,70,44). Sum of RGB (Red+Green+Blue) = 197+70+44=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5462C is #3AB9D3. Grayscale: #696969. Windows color (decimal): -3848660 or 2901701. OLE color: 2901701.

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

Color convert

RGB 197 70 44 -
CMYK 0 0.64 0.78 0.23
HSL 10.2º 0.63% 0.47% -
HSV(B) 10.2º 0.78% 0.77% -
XYZ 25.67 16.43 4.2 -
YUV 105.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 197 70 44 0 0.64 0.78 0.23 10.2 0.63 0.47
Hex C5 46 2C 0 40 4E 17 A 3F 2F
Octal 305 106 54 0 100 116 27 12 77 57
Binary 11000101 1000110 101100 0 1000000 1001110 10111 1010 111111 101111

Color Harmonies of #C5462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5462C

Black with #C5462C

Text Example


Text Example

White with #C5462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5462C; }

 p { color: rgb(197,70,44); }

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

background-color css

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

 a { background-color: rgb(197,70,44); }

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

border-color css

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

 span { border-color: rgb(197,70,44); }

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