Html Css Color HEX #C35537 Trinidad

📋 copy color: '#C35537'

red 195 ◦ green 85 ◦ blue 55

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

Shades of Trinidad #C35537

Tints of Trinidad #C35537

RGB

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

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

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

R = 58.21%
G = 25.37%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C35537 (or 0xC35537) is known color: Trinidad. HEX triplet: C3, 55 and 37. RGB value is (195,85,55). Sum of RGB (Red+Green+Blue) = 195+85+55=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C35537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35537 is #3CAAC8. Grayscale: #727272. Windows color (decimal): -3975881 or 3626435. OLE color: 3626435.

HSL color Cylindrical-coordinate representation of color #C35537: hue angle of 12.86º 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 #C35537 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 85 55 -
CMYK 0 0.56 0.72 0.24
HSL 12.86º 0.56% 0.49% -
HSV(B) 12.86º 0.72% 0.76% -
XYZ 26.44 18.37 5.77 -
YUV 114.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 195 85 55 0 0.56 0.72 0.24 12.86 0.56 0.49
Hex C3 55 37 0 38 48 18 D 38 31
Octal 303 125 67 0 70 110 30 15 70 61
Binary 11000011 1010101 110111 0 111000 1001000 11000 1101 111000 110001

Color Harmonies of #C35537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35537

Black with #C35537

Text Example


Text Example

White with #C35537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35537; }

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

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

background-color css

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

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

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

border-color css

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

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

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