Html Css Color HEX #C45830 Trinidad

📋 copy color: '#C45830'

red 196 ◦ green 88 ◦ blue 48

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

Shades of Trinidad #C45830

Tints of Trinidad #C45830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 59.04%
G = 26.51%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C45830 (or 0xC45830) is known color: Trinidad. HEX triplet: C4, 58 and 30. RGB value is (196,88,48). Sum of RGB (Red+Green+Blue) = 196+88+48=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C45830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45830 is #3BA7CF. Grayscale: #747474. Windows color (decimal): -3909584 or 3168452. OLE color: 3168452.

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

Color convert

RGB 196 88 48 -
CMYK 0 0.55 0.76 0.23
HSL 16.22º 0.61% 0.48% -
HSV(B) 16.22º 0.76% 0.77% -
XYZ 26.79 18.93 5.04 -
YUV 115.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 196 88 48 0 0.55 0.76 0.23 16.22 0.61 0.48
Hex C4 58 30 0 37 4C 17 10 3D 30
Octal 304 130 60 0 67 114 27 20 75 60
Binary 11000100 1011000 110000 0 110111 1001100 10111 10000 111101 110000

Color Harmonies of #C45830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45830

Black with #C45830

Text Example


Text Example

White with #C45830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45830; }

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

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

background-color css

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

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

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

border-color css

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

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

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