Html Css Color HEX #C95028 Trinidad

📋 copy color: '#C95028'

red 201 ◦ green 80 ◦ blue 40

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

Shades of Trinidad #C95028

Tints of Trinidad #C95028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

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

R = 62.62%
G = 24.92%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C95028 (or 0xC95028) is known color: Trinidad. HEX triplet: C9, 50 and 28. RGB value is (201,80,40). Sum of RGB (Red+Green+Blue) = 201+80+40=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C95028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95028 is #36AFD7. Grayscale: #6F6F6F. Windows color (decimal): -3583960 or 2642121. OLE color: 2642121.

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

Color convert

RGB 201 80 40 -
CMYK 0 0.60 0.80 0.21
HSL 14.91º 0.67% 0.47% -
HSV(B) 14.91º 0.8% 0.79% -
XYZ 27.34 18.31 4.1 -
YUV 111.62 87.59 191.75 -
System Red Green Blue C M Y K H S L
Decimal 201 80 40 0 0.60 0.80 0.21 14.91 0.67 0.47
Hex C9 50 28 0 3C 50 15 F 43 2F
Octal 311 120 50 0 74 120 25 17 103 57
Binary 11001001 1010000 101000 0 111100 1010000 10101 1111 1000011 101111

Color Harmonies of #C95028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95028

Black with #C95028

Text Example


Text Example

White with #C95028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95028; }

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

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

background-color css

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

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

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

border-color css

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

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

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