Html Css Color HEX #C35628 Trinidad

📋 copy color: '#C35628'

red 195 ◦ green 86 ◦ blue 40

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

Shades of Trinidad #C35628

Tints of Trinidad #C35628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 60.75%
G = 26.79%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C35628 (or 0xC35628) is known color: Trinidad. HEX triplet: C3, 56 and 28. RGB value is (195,86,40). Sum of RGB (Red+Green+Blue) = 195+86+40=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C35628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35628 is #3CA9D7. Grayscale: #717171. Windows color (decimal): -3975640 or 2643651. OLE color: 2643651.

HSL color Cylindrical-coordinate representation of color #C35628: hue angle of 17.81º degrees, saturation: 0.66, 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 #C35628 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 86 40 -
CMYK 0 0.56 0.79 0.24
HSL 17.81º 0.66% 0.46% -
HSV(B) 17.81º 0.79% 0.76% -
XYZ 26.22 18.41 4.18 -
YUV 113.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 195 86 40 0 0.56 0.79 0.24 17.81 0.66 0.46
Hex C3 56 28 0 38 4F 18 12 42 2E
Octal 303 126 50 0 70 117 30 22 102 56
Binary 11000011 1010110 101000 0 111000 1001111 11000 10010 1000010 101110

Color Harmonies of #C35628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35628

Black with #C35628

Text Example


Text Example

White with #C35628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35628; }

 p { color: rgb(195,86,40); }

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

background-color css

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

 a { background-color: rgb(195,86,40); }

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

border-color css

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

 span { border-color: rgb(195,86,40); }

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