Html Css Color HEX #C45531 Trinidad

📋 copy color: '#C45531'

red 196 ◦ green 85 ◦ blue 49

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

Shades of Trinidad #C45531

Tints of Trinidad #C45531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 59.39%
G = 25.76%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C45531 (or 0xC45531) is known color: Trinidad. HEX triplet: C4, 55 and 31. RGB value is (196,85,49). Sum of RGB (Red+Green+Blue) = 196+85+49=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C45531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45531 is #3BAACE. Grayscale: #727272. Windows color (decimal): -3910351 or 3233220. OLE color: 3233220.

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

Color convert

RGB 196 85 49 -
CMYK 0 0.57 0.75 0.23
HSL 14.69º 0.6% 0.48% -
HSV(B) 14.69º 0.75% 0.77% -
XYZ 26.57 18.45 5.07 -
YUV 114.09 91.27 186.43 -
System Red Green Blue C M Y K H S L
Decimal 196 85 49 0 0.57 0.75 0.23 14.69 0.6 0.48
Hex C4 55 31 0 39 4B 17 F 3C 30
Octal 304 125 61 0 71 113 27 17 74 60
Binary 11000100 1010101 110001 0 111001 1001011 10111 1111 111100 110000

Color Harmonies of #C45531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45531

Black with #C45531

Text Example


Text Example

White with #C45531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45531; }

 p { color: rgb(196,85,49); }

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

background-color css

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

 a { background-color: rgb(196,85,49); }

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

border-color css

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

 span { border-color: rgb(196,85,49); }

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