Html Css Color HEX #C9481E Trinidad

📋 copy color: '#C9481E'

red 201 ◦ green 72 ◦ blue 30

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

Shades of Trinidad #C9481E

Tints of Trinidad #C9481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 66.34%
G = 23.76%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9481E (or 0xC9481E) is known color: Trinidad. HEX triplet: C9, 48 and 1E. RGB value is (201,72,30). Sum of RGB (Red+Green+Blue) = 201+72+30=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C9481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9481E is #36B7E1. Grayscale: #6A6A6A. Windows color (decimal): -3586018 or 1984713. OLE color: 1984713.

HSL color Cylindrical-coordinate representation of color #C9481E: hue angle of 14.74º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9481E is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 72 30 -
CMYK 0 0.64 0.85 0.21
HSL 14.74º 0.74% 0.45% -
HSV(B) 14.74º 0.85% 0.79% -
XYZ 26.64 17.15 3.13 -
YUV 105.78 85.24 195.92 -
System Red Green Blue C M Y K H S L
Decimal 201 72 30 0 0.64 0.85 0.21 14.74 0.74 0.45
Hex C9 48 1E 0 40 55 15 F 4A 2D
Octal 311 110 36 0 100 125 25 17 112 55
Binary 11001001 1001000 11110 0 1000000 1010101 10101 1111 1001010 101101

Color Harmonies of #C9481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9481E

Black with #C9481E

Text Example


Text Example

White with #C9481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9481E; }

 p { color: rgb(201,72,30); }

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

background-color css

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

 a { background-color: rgb(201,72,30); }

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

border-color css

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

 span { border-color: rgb(201,72,30); }

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