Html Css Color HEX #C35336 Trinidad

📋 copy color: '#C35336'

red 195 ◦ green 83 ◦ blue 54

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

Shades of Trinidad #C35336

Tints of Trinidad #C35336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25%

 BLUE value IS 54 (21.48% from 255) = 16.27%

R = 58.73%
G = 25%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C35336 (or 0xC35336) is known color: Trinidad. HEX triplet: C3, 53 and 36. RGB value is (195,83,54). Sum of RGB (Red+Green+Blue) = 195+83+54=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C35336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35336 is #3CACC9. Grayscale: #717171. Windows color (decimal): -3976394 or 3560387. OLE color: 3560387.

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

Color convert

RGB 195 83 54 -
CMYK 0 0.57 0.72 0.24
HSL 12.34º 0.57% 0.49% -
HSV(B) 12.34º 0.72% 0.76% -
XYZ 26.26 18.05 5.59 -
YUV 113.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 195 83 54 0 0.57 0.72 0.24 12.34 0.57 0.49
Hex C3 53 36 0 39 48 18 C 39 31
Octal 303 123 66 0 71 110 30 14 71 61
Binary 11000011 1010011 110110 0 111001 1001000 11000 1100 111001 110001

Color Harmonies of #C35336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35336

Black with #C35336

Text Example


Text Example

White with #C35336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35336; }

 p { color: rgb(195,83,54); }

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

background-color css

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

 a { background-color: rgb(195,83,54); }

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

border-color css

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

 span { border-color: rgb(195,83,54); }

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