Html Css Color HEX #C35535 Trinidad

📋 copy color: '#C35535'

red 195 ◦ green 85 ◦ blue 53

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

Shades of Trinidad #C35535

Tints of Trinidad #C35535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

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

R = 58.56%
G = 25.53%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C35535 (or 0xC35535) is known color: Trinidad. HEX triplet: C3, 55 and 35. RGB value is (195,85,53). Sum of RGB (Red+Green+Blue) = 195+85+53=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C35535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35535 is #3CAACA. Grayscale: #727272. Windows color (decimal): -3975883 or 3495363. OLE color: 3495363.

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

Color convert

RGB 195 85 53 -
CMYK 0 0.56 0.73 0.24
HSL 13.52º 0.57% 0.49% -
HSV(B) 13.52º 0.73% 0.76% -
XYZ 26.4 18.36 5.52 -
YUV 114.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 195 85 53 0 0.56 0.73 0.24 13.52 0.57 0.49
Hex C3 55 35 0 38 49 18 E 39 31
Octal 303 125 65 0 70 111 30 16 71 61
Binary 11000011 1010101 110101 0 111000 1001001 11000 1110 111001 110001

Color Harmonies of #C35535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35535

Black with #C35535

Text Example


Text Example

White with #C35535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35535; }

 p { color: rgb(195,85,53); }

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

background-color css

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

 a { background-color: rgb(195,85,53); }

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

border-color css

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

 span { border-color: rgb(195,85,53); }

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