Html Css Color HEX #C35220 Trinidad

📋 copy color: '#C35220'

red 195 ◦ green 82 ◦ blue 32

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

Shades of Trinidad #C35220

Tints of Trinidad #C35220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 63.11%
G = 26.54%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C35220 (or 0xC35220) is known color: Trinidad. HEX triplet: C3, 52 and 20. RGB value is (195,82,32). Sum of RGB (Red+Green+Blue) = 195+82+32=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C35220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35220 is #3CADDF. Grayscale: #6E6E6E. Windows color (decimal): -3976672 or 2118339. OLE color: 2118339.

HSL color Cylindrical-coordinate representation of color #C35220: hue angle of 18.4º 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 #C35220 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 82 32 -
CMYK 0 0.58 0.84 0.24
HSL 18.4º 0.72% 0.45% -
HSV(B) 18.4º 0.84% 0.76% -
XYZ 25.78 17.74 3.43 -
YUV 110.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 195 82 32 0 0.58 0.84 0.24 18.4 0.72 0.45
Hex C3 52 20 0 3A 54 18 12 48 2D
Octal 303 122 40 0 72 124 30 22 110 55
Binary 11000011 1010010 100000 0 111010 1010100 11000 10010 1001000 101101

Color Harmonies of #C35220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35220

Black with #C35220

Text Example


Text Example

White with #C35220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35220; }

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

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

background-color css

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

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

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

border-color css

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

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

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