Html Css Color HEX #C5462F Trinidad

📋 copy color: '#C5462F'

red 197 ◦ green 70 ◦ blue 47

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

Shades of Trinidad #C5462F

Tints of Trinidad #C5462F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 62.74%
G = 22.29%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5462F (or 0xC5462F) is known color: Trinidad. HEX triplet: C5, 46 and 2F. RGB value is (197,70,47). Sum of RGB (Red+Green+Blue) = 197+70+47=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5462F is #3AB9D0. Grayscale: #696969. Windows color (decimal): -3848657 or 3098309. OLE color: 3098309.

HSL color Cylindrical-coordinate representation of color #C5462F: hue angle of 9.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5462F is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 47 -
CMYK 0 0.64 0.76 0.23
HSL 9.2º 0.61% 0.48% -
HSV(B) 9.2º 0.76% 0.77% -
XYZ 25.73 16.46 4.51 -
YUV 105.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 197 70 47 0 0.64 0.76 0.23 9.2 0.61 0.48
Hex C5 46 2F 0 40 4C 17 9 3D 30
Octal 305 106 57 0 100 114 27 11 75 60
Binary 11000101 1000110 101111 0 1000000 1001100 10111 1001 111101 110000

Color Harmonies of #C5462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5462F

Black with #C5462F

Text Example


Text Example

White with #C5462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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