Html Css Color HEX #C35329 Trinidad

📋 copy color: '#C35329'

red 195 ◦ green 83 ◦ blue 41

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

Shades of Trinidad #C35329

Tints of Trinidad #C35329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 61.13%
G = 26.02%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C35329 (or 0xC35329) is known color: Trinidad. HEX triplet: C3, 53 and 29. RGB value is (195,83,41). Sum of RGB (Red+Green+Blue) = 195+83+41=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C35329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35329 is #3CACD6. Grayscale: #6F6F6F. Windows color (decimal): -3976407 or 2708419. OLE color: 2708419.

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

Color convert

RGB 195 83 41 -
CMYK 0 0.57 0.79 0.24
HSL 16.36º 0.65% 0.46% -
HSV(B) 16.36º 0.79% 0.76% -
XYZ 26 17.95 4.19 -
YUV 111.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 195 83 41 0 0.57 0.79 0.24 16.36 0.65 0.46
Hex C3 53 29 0 39 4F 18 10 41 2E
Octal 303 123 51 0 71 117 30 20 101 56
Binary 11000011 1010011 101001 0 111001 1001111 11000 10000 1000001 101110

Color Harmonies of #C35329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35329

Black with #C35329

Text Example


Text Example

White with #C35329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35329; }

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

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

background-color css

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

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

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

border-color css

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

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

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