Html Css Color HEX #C45635 Trinidad

📋 copy color: '#C45635'

red 196 ◦ green 86 ◦ blue 53

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

Shades of Trinidad #C45635

Tints of Trinidad #C45635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 58.51%
G = 25.67%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C45635 (or 0xC45635) is known color: Trinidad. HEX triplet: C4, 56 and 35. RGB value is (196,86,53). Sum of RGB (Red+Green+Blue) = 196+86+53=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C45635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45635 is #3BA9CA. Grayscale: #737373. Windows color (decimal): -3910091 or 3495620. OLE color: 3495620.

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

Color convert

RGB 196 86 53 -
CMYK 0 0.56 0.73 0.23
HSL 13.85º 0.57% 0.49% -
HSV(B) 13.85º 0.73% 0.77% -
XYZ 26.74 18.65 5.56 -
YUV 115.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 196 86 53 0 0.56 0.73 0.23 13.85 0.57 0.49
Hex C4 56 35 0 38 49 17 E 39 31
Octal 304 126 65 0 70 111 27 16 71 61
Binary 11000100 1010110 110101 0 111000 1001001 10111 1110 111001 110001

Color Harmonies of #C45635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45635

Black with #C45635

Text Example


Text Example

White with #C45635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45635; }

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

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

background-color css

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

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

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

border-color css

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

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

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