Html Css Color HEX #C5472C Trinidad

📋 copy color: '#C5472C'

red 197 ◦ green 71 ◦ blue 44

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

Shades of Trinidad #C5472C

Tints of Trinidad #C5472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.76%

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

R = 63.14%
G = 22.76%
B = 14.1%

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

#C5472C (or 0xC5472C) is known color: Trinidad. HEX triplet: C5, 47 and 2C. RGB value is (197,71,44). Sum of RGB (Red+Green+Blue) = 197+71+44=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5472C is #3AB8D3. Grayscale: #696969. Windows color (decimal): -3848404 or 2901957. OLE color: 2901957.

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

Color convert

RGB 197 71 44 -
CMYK 0 0.64 0.78 0.23
HSL 10.59º 0.63% 0.47% -
HSV(B) 10.59º 0.78% 0.77% -
XYZ 25.73 16.56 4.22 -
YUV 105.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 197 71 44 0 0.64 0.78 0.23 10.59 0.63 0.47
Hex C5 47 2C 0 40 4E 17 B 3F 2F
Octal 305 107 54 0 100 116 27 13 77 57
Binary 11000101 1000111 101100 0 1000000 1001110 10111 1011 111111 101111

Color Harmonies of #C5472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5472C

Black with #C5472C

Text Example


Text Example

White with #C5472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5472C; }

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

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

background-color css

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

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

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

border-color css

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

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

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