Html Css Color HEX #C35227 Trinidad

📋 copy color: '#C35227'

red 195 ◦ green 82 ◦ blue 39

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

Shades of Trinidad #C35227

Tints of Trinidad #C35227

RGB

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

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

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

R = 61.71%
G = 25.95%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C35227 (or 0xC35227) is known color: Trinidad. HEX triplet: C3, 52 and 27. RGB value is (195,82,39). Sum of RGB (Red+Green+Blue) = 195+82+39=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C35227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35227 is #3CADD8. Grayscale: #6F6F6F. Windows color (decimal): -3976665 or 2577091. OLE color: 2577091.

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

Color convert

RGB 195 82 39 -
CMYK 0 0.58 0.80 0.24
HSL 16.54º 0.67% 0.46% -
HSV(B) 16.54º 0.8% 0.76% -
XYZ 25.89 17.78 3.99 -
YUV 110.89 87.44 188 -
System Red Green Blue C M Y K H S L
Decimal 195 82 39 0 0.58 0.80 0.24 16.54 0.67 0.46
Hex C3 52 27 0 3A 50 18 11 43 2E
Octal 303 122 47 0 72 120 30 21 103 56
Binary 11000011 1010010 100111 0 111010 1010000 11000 10001 1000011 101110

Color Harmonies of #C35227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35227

Black with #C35227

Text Example


Text Example

White with #C35227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35227; }

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

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

background-color css

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

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

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

border-color css

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

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

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