Html Css Color HEX #C3583C Trinidad

📋 copy color: '#C3583C'

red 195 ◦ green 88 ◦ blue 60

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

Shades of Trinidad #C3583C

Tints of Trinidad #C3583C

RGB

 RED value IS 195 (76.56% from 255) = 56.85%

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

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

R = 56.85%
G = 25.66%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3583C (or 0xC3583C) is known color: Trinidad. HEX triplet: C3, 58 and 3C. RGB value is (195,88,60). Sum of RGB (Red+Green+Blue) = 195+88+60=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3583C is #3CA7C3. Grayscale: #757575. Windows color (decimal): -3975108 or 3954883. OLE color: 3954883.

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

Color convert

RGB 195 88 60 -
CMYK 0 0.55 0.69 0.24
HSL 12.44º 0.53% 0.5% -
HSV(B) 12.44º 0.69% 0.76% -
XYZ 26.81 18.91 6.51 -
YUV 116.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 195 88 60 0 0.55 0.69 0.24 12.44 0.53 0.5
Hex C3 58 3C 0 37 45 18 C 35 32
Octal 303 130 74 0 67 105 30 14 65 62
Binary 11000011 1011000 111100 0 110111 1000101 11000 1100 110101 110010

Color Harmonies of #C3583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3583C

Black with #C3583C

Text Example


Text Example

White with #C3583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3583C; }

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

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

background-color css

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

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

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

border-color css

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

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

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