Html Css Color HEX #C15328 Trinidad

📋 copy color: '#C15328'

red 193 ◦ green 83 ◦ blue 40

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

Shades of Trinidad #C15328

Tints of Trinidad #C15328

RGB

 RED value IS 193 (75.78% from 255) = 61.08%

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

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

R = 61.08%
G = 26.27%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C15328 (or 0xC15328) is known color: Trinidad. HEX triplet: C1, 53 and 28. RGB value is (193,83,40). Sum of RGB (Red+Green+Blue) = 193+83+40=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C15328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15328 is #3EACD7. Grayscale: #6F6F6F. Windows color (decimal): -4107480 or 2642881. OLE color: 2642881.

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

Color convert

RGB 193 83 40 -
CMYK 0 0.57 0.79 0.24
HSL 16.86º 0.66% 0.46% -
HSV(B) 16.86º 0.79% 0.76% -
XYZ 25.47 17.68 4.08 -
YUV 110.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 193 83 40 0 0.57 0.79 0.24 16.86 0.66 0.46
Hex C1 53 28 0 39 4F 18 11 42 2E
Octal 301 123 50 0 71 117 30 21 102 56
Binary 11000001 1010011 101000 0 111001 1001111 11000 10001 1000010 101110

Color Harmonies of #C15328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15328

Black with #C15328

Text Example


Text Example

White with #C15328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15328; }

 p { color: rgb(193,83,40); }

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

background-color css

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

 a { background-color: rgb(193,83,40); }

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

border-color css

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

 span { border-color: rgb(193,83,40); }

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