Html Css Color HEX #C95529 Trinidad

📋 copy color: '#C95529'

red 201 ◦ green 85 ◦ blue 41

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

Shades of Trinidad #C95529

Tints of Trinidad #C95529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 61.47%
G = 25.99%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C95529 (or 0xC95529) is known color: Trinidad. HEX triplet: C9, 55 and 29. RGB value is (201,85,41). Sum of RGB (Red+Green+Blue) = 201+85+41=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C95529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95529 is #36AAD6. Grayscale: #727272. Windows color (decimal): -3582679 or 2708937. OLE color: 2708937.

HSL color Cylindrical-coordinate representation of color #C95529: hue angle of 16.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C95529 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 41 -
CMYK 0 0.58 0.80 0.21
HSL 16.5º 0.66% 0.47% -
HSV(B) 16.5º 0.8% 0.79% -
XYZ 27.74 19.07 4.32 -
YUV 114.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 201 85 41 0 0.58 0.80 0.21 16.5 0.66 0.47
Hex C9 55 29 0 3A 50 15 10 42 2F
Octal 311 125 51 0 72 120 25 20 102 57
Binary 11001001 1010101 101001 0 111010 1010000 10101 10000 1000010 101111

Color Harmonies of #C95529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95529

Black with #C95529

Text Example


Text Example

White with #C95529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95529; }

 p { color: rgb(201,85,41); }

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

background-color css

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

 a { background-color: rgb(201,85,41); }

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

border-color css

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

 span { border-color: rgb(201,85,41); }

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