Html Css Color HEX #C35420 Trinidad

📋 copy color: '#C35420'

red 195 ◦ green 84 ◦ blue 32

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

Shades of Trinidad #C35420

Tints of Trinidad #C35420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 62.7%
G = 27.01%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C35420 (or 0xC35420) is known color: Trinidad. HEX triplet: C3, 54 and 20. RGB value is (195,84,32). Sum of RGB (Red+Green+Blue) = 195+84+32=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C35420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35420 is #3CABDF. Grayscale: #6F6F6F. Windows color (decimal): -3976160 or 2118851. OLE color: 2118851.

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

Color convert

RGB 195 84 32 -
CMYK 0 0.57 0.84 0.24
HSL 19.14º 0.72% 0.45% -
HSV(B) 19.14º 0.84% 0.76% -
XYZ 25.94 18.05 3.48 -
YUV 111.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 195 84 32 0 0.57 0.84 0.24 19.14 0.72 0.45
Hex C3 54 20 0 39 54 18 13 48 2D
Octal 303 124 40 0 71 124 30 23 110 55
Binary 11000011 1010100 100000 0 111001 1010100 11000 10011 1001000 101101

Color Harmonies of #C35420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35420

Black with #C35420

Text Example


Text Example

White with #C35420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35420; }

 p { color: rgb(195,84,32); }

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

background-color css

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

 a { background-color: rgb(195,84,32); }

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

border-color css

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

 span { border-color: rgb(195,84,32); }

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