#C95020

Color #C95020 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C95020

Tints of Trinidad #C95020

Color information

#C95020 (or 0xC95020) is unknown color: approx Trinidad. HEX triplet: C9, 50 and 20. RGB value is (201,80,32). Sum of RGB (Red+Green+Blue) = 201+80+32=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C95020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95020 is #36AFDF. Grayscale: #6F6F6F. Windows color (decimal): -3583968 or 2117833. OLE color: 2117833.

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

Color convert

RGB2018032-
CMYK00.600.840.21
HSL17.04º72.53%45.69%-
HSV(B)17.04º84.08%78.82%-
XYZ27.2218.263.46-
YUV110.7183.59192.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.22%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=64.22%
G=25.56%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201803200.600.840.2117.0472.5345.69
HexC9502003C541511492e
Octal31112040074124252111156
Binary1100100110100001000000111100101010010101100011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95020; }

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

 H1.HeaderClassName
 {
   color: #C95020;
 }
 .AnyTagClassName
 {
   color: #C95020;
 }
</style>
background-color css

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

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

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

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

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

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