Html Css Color HEX #C95324 Trinidad

📋 copy color: '#C95324'

red 201 ◦ green 83 ◦ blue 36

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

Shades of Trinidad #C95324

Tints of Trinidad #C95324

RGB

 RED value IS 201 (78.91% from 255) = 62.81%

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

 BLUE value IS 36 (14.45% from 255) = 11.25%

R = 62.81%
G = 25.94%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C95324 (or 0xC95324) is known color: Trinidad. HEX triplet: C9, 53 and 24. RGB value is (201,83,36). Sum of RGB (Red+Green+Blue) = 201+83+36=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C95324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95324 is #36ACDB. Grayscale: #717171. Windows color (decimal): -3583196 or 2380745. OLE color: 2380745.

HSL color Cylindrical-coordinate representation of color #C95324: hue angle of 17.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C95324 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 36 -
CMYK 0 0.59 0.82 0.21
HSL 17.09º 0.7% 0.46% -
HSV(B) 17.09º 0.82% 0.79% -
XYZ 27.5 18.73 3.84 -
YUV 112.92 84.59 190.82 -
System Red Green Blue C M Y K H S L
Decimal 201 83 36 0 0.59 0.82 0.21 17.09 0.7 0.46
Hex C9 53 24 0 3B 52 15 11 46 2E
Octal 311 123 44 0 73 122 25 21 106 56
Binary 11001001 1010011 100100 0 111011 1010010 10101 10001 1000110 101110

Color Harmonies of #C95324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95324

Black with #C95324

Text Example


Text Example

White with #C95324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95324; }

 p { color: rgb(201,83,36); }

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

background-color css

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

 a { background-color: rgb(201,83,36); }

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

border-color css

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

 span { border-color: rgb(201,83,36); }

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