Html Css Color HEX #C35837 Trinidad

📋 copy color: '#C35837'

red 195 ◦ green 88 ◦ blue 55

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

Shades of Trinidad #C35837

Tints of Trinidad #C35837

RGB

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

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

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

R = 57.69%
G = 26.04%
B = 16.27%

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

#C35837 (or 0xC35837) is known color: Trinidad. HEX triplet: C3, 58 and 37. RGB value is (195,88,55). Sum of RGB (Red+Green+Blue) = 195+88+55=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C35837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35837 is #3CA7C8. Grayscale: #747474. Windows color (decimal): -3975113 or 3627203. OLE color: 3627203.

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

Color convert

RGB 195 88 55 -
CMYK 0 0.55 0.72 0.24
HSL 14.14º 0.56% 0.49% -
HSV(B) 14.14º 0.72% 0.76% -
XYZ 26.68 18.86 5.85 -
YUV 116.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 195 88 55 0 0.55 0.72 0.24 14.14 0.56 0.49
Hex C3 58 37 0 37 48 18 E 38 31
Octal 303 130 67 0 67 110 30 16 70 61
Binary 11000011 1011000 110111 0 110111 1001000 11000 1110 111000 110001

Color Harmonies of #C35837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35837

Black with #C35837

Text Example


Text Example

White with #C35837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35837; }

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

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

background-color css

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

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

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

border-color css

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

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

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