Html Css Color HEX #C35737 Trinidad

📋 copy color: '#C35737'

red 195 ◦ green 87 ◦ blue 55

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

Shades of Trinidad #C35737

Tints of Trinidad #C35737

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

 BLUE value IS 55 (21.88% from 255) = 16.32%

R = 57.86%
G = 25.82%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C35737 (or 0xC35737) is known color: Trinidad. HEX triplet: C3, 57 and 37. RGB value is (195,87,55). Sum of RGB (Red+Green+Blue) = 195+87+55=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C35737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35737 is #3CA8C8. Grayscale: #737373. Windows color (decimal): -3975369 or 3626947. OLE color: 3626947.

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

Color convert

RGB 195 87 55 -
CMYK 0 0.55 0.72 0.24
HSL 13.71º 0.56% 0.49% -
HSV(B) 13.71º 0.72% 0.76% -
XYZ 26.6 18.69 5.82 -
YUV 115.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 195 87 55 0 0.55 0.72 0.24 13.71 0.56 0.49
Hex C3 57 37 0 37 48 18 E 38 31
Octal 303 127 67 0 67 110 30 16 70 61
Binary 11000011 1010111 110111 0 110111 1001000 11000 1110 111000 110001

Color Harmonies of #C35737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35737

Black with #C35737

Text Example


Text Example

White with #C35737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35737; }

 p { color: rgb(195,87,55); }

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

background-color css

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

 a { background-color: rgb(195,87,55); }

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

border-color css

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

 span { border-color: rgb(195,87,55); }

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