Html Css Color HEX #C9513A Trinidad

📋 copy color: '#C9513A'

red 201 ◦ green 81 ◦ blue 58

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

Shades of Trinidad #C9513A

Tints of Trinidad #C9513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 59.12%
G = 23.82%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9513A (or 0xC9513A) is known color: Trinidad. HEX triplet: C9, 51 and 3A. RGB value is (201,81,58). Sum of RGB (Red+Green+Blue) = 201+81+58=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C9513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9513A is #36AEC5. Grayscale: #727272. Windows color (decimal): -3583686 or 3822025. OLE color: 3822025.

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

Color convert

RGB 201 81 58 -
CMYK 0 0.60 0.71 0.21
HSL 9.65º 0.57% 0.51% -
HSV(B) 9.65º 0.71% 0.79% -
XYZ 27.79 18.61 6.13 -
YUV 114.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 201 81 58 0 0.60 0.71 0.21 9.65 0.57 0.51
Hex C9 51 3A 0 3C 47 15 A 39 33
Octal 311 121 72 0 74 107 25 12 71 63
Binary 11001001 1010001 111010 0 111100 1000111 10101 1010 111001 110011

Color Harmonies of #C9513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9513A

Black with #C9513A

Text Example


Text Example

White with #C9513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9513A; }

 p { color: rgb(201,81,58); }

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

background-color css

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

 a { background-color: rgb(201,81,58); }

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

border-color css

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

 span { border-color: rgb(201,81,58); }

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