Html Css Color HEX #C95628 Trinidad

📋 copy color: '#C95628'

red 201 ◦ green 86 ◦ blue 40

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

Shades of Trinidad #C95628

Tints of Trinidad #C95628

RGB

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

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

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

R = 61.47%
G = 26.3%
B = 12.23%

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

#C95628 (or 0xC95628) is known color: Trinidad. HEX triplet: C9, 56 and 28. RGB value is (201,86,40). Sum of RGB (Red+Green+Blue) = 201+86+40=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C95628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95628 is #36A9D7. Grayscale: #737373. Windows color (decimal): -3582424 or 2643657. OLE color: 2643657.

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

Color convert

RGB 201 86 40 -
CMYK 0 0.57 0.80 0.21
HSL 17.14º 0.67% 0.47% -
HSV(B) 17.14º 0.8% 0.79% -
XYZ 27.8 19.23 4.25 -
YUV 115.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 201 86 40 0 0.57 0.80 0.21 17.14 0.67 0.47
Hex C9 56 28 0 39 50 15 11 43 2F
Octal 311 126 50 0 71 120 25 21 103 57
Binary 11001001 1010110 101000 0 111001 1010000 10101 10001 1000011 101111

Color Harmonies of #C95628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95628

Black with #C95628

Text Example


Text Example

White with #C95628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95628; }

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

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

background-color css

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

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

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

border-color css

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

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

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