Html Css Color HEX #C4583C Trinidad

📋 copy color: '#C4583C'

red 196 ◦ green 88 ◦ blue 60

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

Shades of Trinidad #C4583C

Tints of Trinidad #C4583C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 56.98%
G = 25.58%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4583C (or 0xC4583C) is known color: Trinidad. HEX triplet: C4, 58 and 3C. RGB value is (196,88,60). Sum of RGB (Red+Green+Blue) = 196+88+60=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4583C is #3BA7C3. Grayscale: #757575. Windows color (decimal): -3909572 or 3954884. OLE color: 3954884.

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

Color convert

RGB 196 88 60 -
CMYK 0 0.55 0.69 0.23
HSL 12.35º 0.54% 0.5% -
HSV(B) 12.35º 0.69% 0.77% -
XYZ 27.07 19.04 6.52 -
YUV 117.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 196 88 60 0 0.55 0.69 0.23 12.35 0.54 0.5
Hex C4 58 3C 0 37 45 17 C 36 32
Octal 304 130 74 0 67 105 27 14 66 62
Binary 11000100 1011000 111100 0 110111 1000101 10111 1100 110110 110010

Color Harmonies of #C4583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4583C

Black with #C4583C

Text Example


Text Example

White with #C4583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4583C; }

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

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

background-color css

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

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

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

border-color css

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

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

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