Html Css Color HEX #C35338 Trinidad

📋 copy color: '#C35338'

red 195 ◦ green 83 ◦ blue 56

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

Shades of Trinidad #C35338

Tints of Trinidad #C35338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 58.38%
G = 24.85%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C35338 (or 0xC35338) is known color: Trinidad. HEX triplet: C3, 53 and 38. RGB value is (195,83,56). Sum of RGB (Red+Green+Blue) = 195+83+56=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C35338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35338 is #3CACC7. Grayscale: #717171. Windows color (decimal): -3976392 or 3691459. OLE color: 3691459.

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

Color convert

RGB 195 83 56 -
CMYK 0 0.57 0.71 0.24
HSL 11.65º 0.55% 0.49% -
HSV(B) 11.65º 0.71% 0.76% -
XYZ 26.31 18.07 5.84 -
YUV 113.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 195 83 56 0 0.57 0.71 0.24 11.65 0.55 0.49
Hex C3 53 38 0 39 47 18 C 37 31
Octal 303 123 70 0 71 107 30 14 67 61
Binary 11000011 1010011 111000 0 111001 1000111 11000 1100 110111 110001

Color Harmonies of #C35338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35338

Black with #C35338

Text Example


Text Example

White with #C35338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35338; }

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

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

background-color css

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

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

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

border-color css

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

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

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