Html Css Color HEX #C95629 Trinidad

📋 copy color: '#C95629'

red 201 ◦ green 86 ◦ blue 41

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

Shades of Trinidad #C95629

Tints of Trinidad #C95629

RGB

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

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

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

R = 61.28%
G = 26.22%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C95629 (or 0xC95629) is known color: Trinidad. HEX triplet: C9, 56 and 29. RGB value is (201,86,41). Sum of RGB (Red+Green+Blue) = 201+86+41=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C95629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95629 is #36A9D6. Grayscale: #737373. Windows color (decimal): -3582423 or 2709193. OLE color: 2709193.

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

Color convert

RGB 201 86 41 -
CMYK 0 0.57 0.80 0.21
HSL 16.88º 0.66% 0.47% -
HSV(B) 16.88º 0.8% 0.79% -
XYZ 27.82 19.23 4.34 -
YUV 115.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 201 86 41 0 0.57 0.80 0.21 16.88 0.66 0.47
Hex C9 56 29 0 39 50 15 11 42 2F
Octal 311 126 51 0 71 120 25 21 102 57
Binary 11001001 1010110 101001 0 111001 1010000 10101 10001 1000010 101111

Color Harmonies of #C95629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95629

Black with #C95629

Text Example


Text Example

White with #C95629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95629; }

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

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

background-color css

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

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

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

border-color css

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

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

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