Html Css Color HEX #C45831 Trinidad

📋 copy color: '#C45831'

red 196 ◦ green 88 ◦ blue 49

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

Shades of Trinidad #C45831

Tints of Trinidad #C45831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.43%

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

R = 58.86%
G = 26.43%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C45831 (or 0xC45831) is known color: Trinidad. HEX triplet: C4, 58 and 31. RGB value is (196,88,49). Sum of RGB (Red+Green+Blue) = 196+88+49=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C45831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45831 is #3BA7CE. Grayscale: #747474. Windows color (decimal): -3909583 or 3233988. OLE color: 3233988.

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

Color convert

RGB 196 88 49 -
CMYK 0 0.55 0.75 0.23
HSL 15.92º 0.6% 0.48% -
HSV(B) 15.92º 0.75% 0.77% -
XYZ 26.81 18.94 5.15 -
YUV 115.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 196 88 49 0 0.55 0.75 0.23 15.92 0.6 0.48
Hex C4 58 31 0 37 4B 17 10 3C 30
Octal 304 130 61 0 67 113 27 20 74 60
Binary 11000100 1011000 110001 0 110111 1001011 10111 10000 111100 110000

Color Harmonies of #C45831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45831

Black with #C45831

Text Example


Text Example

White with #C45831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45831; }

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

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

background-color css

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

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

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

border-color css

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

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

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