Html Css Color HEX #C4582F Trinidad

📋 copy color: '#C4582F'

red 196 ◦ green 88 ◦ blue 47

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

Shades of Trinidad #C4582F

Tints of Trinidad #C4582F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 59.21%
G = 26.59%
B = 14.2%

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

#C4582F (or 0xC4582F) is known color: Trinidad. HEX triplet: C4, 58 and 2F. RGB value is (196,88,47). Sum of RGB (Red+Green+Blue) = 196+88+47=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C4582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4582F is #3BA7D0. Grayscale: #737373. Windows color (decimal): -3909585 or 3102916. OLE color: 3102916.

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

Color convert

RGB 196 88 47 -
CMYK 0 0.55 0.76 0.23
HSL 16.51º 0.61% 0.48% -
HSV(B) 16.51º 0.76% 0.77% -
XYZ 26.77 18.92 4.93 -
YUV 115.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 196 88 47 0 0.55 0.76 0.23 16.51 0.61 0.48
Hex C4 58 2F 0 37 4C 17 11 3D 30
Octal 304 130 57 0 67 114 27 21 75 60
Binary 11000100 1011000 101111 0 110111 1001100 10111 10001 111101 110000

Color Harmonies of #C4582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4582F

Black with #C4582F

Text Example


Text Example

White with #C4582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4582F; }

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

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

background-color css

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

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

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

border-color css

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

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

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