Html Css Color HEX #C15325 Trinidad

📋 copy color: '#C15325'

red 193 ◦ green 83 ◦ blue 37

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

Shades of Trinidad #C15325

Tints of Trinidad #C15325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.82%

R = 61.66%
G = 26.52%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C15325 (or 0xC15325) is known color: Trinidad. HEX triplet: C1, 53 and 25. RGB value is (193,83,37). Sum of RGB (Red+Green+Blue) = 193+83+37=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C15325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15325 is #3EACDA. Grayscale: #6E6E6E. Windows color (decimal): -4107483 or 2446273. OLE color: 2446273.

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

Color convert

RGB 193 83 37 -
CMYK 0 0.57 0.81 0.24
HSL 17.69º 0.68% 0.45% -
HSV(B) 17.69º 0.81% 0.76% -
XYZ 25.42 17.66 3.82 -
YUV 110.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 193 83 37 0 0.57 0.81 0.24 17.69 0.68 0.45
Hex C1 53 25 0 39 51 18 12 44 2D
Octal 301 123 45 0 71 121 30 22 104 55
Binary 11000001 1010011 100101 0 111001 1010001 11000 10010 1000100 101101

Color Harmonies of #C15325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15325

Black with #C15325

Text Example


Text Example

White with #C15325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15325; }

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

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

background-color css

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

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

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

border-color css

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

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

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