Html Css Color HEX #C35327 Trinidad

📋 copy color: '#C35327'

red 195 ◦ green 83 ◦ blue 39

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

Shades of Trinidad #C35327

Tints of Trinidad #C35327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.3%

R = 61.51%
G = 26.18%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C35327 (or 0xC35327) is known color: Trinidad. HEX triplet: C3, 53 and 27. RGB value is (195,83,39). Sum of RGB (Red+Green+Blue) = 195+83+39=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C35327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35327 is #3CACD8. Grayscale: #6F6F6F. Windows color (decimal): -3976409 or 2577347. OLE color: 2577347.

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

Color convert

RGB 195 83 39 -
CMYK 0 0.57 0.80 0.24
HSL 16.92º 0.67% 0.46% -
HSV(B) 16.92º 0.8% 0.76% -
XYZ 25.97 17.94 4.01 -
YUV 111.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 195 83 39 0 0.57 0.80 0.24 16.92 0.67 0.46
Hex C3 53 27 0 39 50 18 11 43 2E
Octal 303 123 47 0 71 120 30 21 103 56
Binary 11000011 1010011 100111 0 111001 1010000 11000 10001 1000011 101110

Color Harmonies of #C35327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35327

Black with #C35327

Text Example


Text Example

White with #C35327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35327; }

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

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

background-color css

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

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

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

border-color css

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

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

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