Html Css Color HEX #C45631 Trinidad

📋 copy color: '#C45631'

red 196 ◦ green 86 ◦ blue 49

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

Shades of Trinidad #C45631

Tints of Trinidad #C45631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

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

R = 59.21%
G = 25.98%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C45631 (or 0xC45631) is known color: Trinidad. HEX triplet: C4, 56 and 31. RGB value is (196,86,49). Sum of RGB (Red+Green+Blue) = 196+86+49=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C45631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45631 is #3BA9CE. Grayscale: #727272. Windows color (decimal): -3910095 or 3233476. OLE color: 3233476.

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

Color convert

RGB 196 86 49 -
CMYK 0 0.56 0.75 0.23
HSL 15.1º 0.6% 0.48% -
HSV(B) 15.1º 0.75% 0.77% -
XYZ 26.65 18.61 5.09 -
YUV 114.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 196 86 49 0 0.56 0.75 0.23 15.1 0.6 0.48
Hex C4 56 31 0 38 4B 17 F 3C 30
Octal 304 126 61 0 70 113 27 17 74 60
Binary 11000100 1010110 110001 0 111000 1001011 10111 1111 111100 110000

Color Harmonies of #C45631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45631

Black with #C45631

Text Example


Text Example

White with #C45631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45631; }

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

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

background-color css

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

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

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

border-color css

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

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

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