Html Css Color HEX #C95321 Trinidad

📋 copy color: '#C95321'

red 201 ◦ green 83 ◦ blue 33

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

Shades of Trinidad #C95321

Tints of Trinidad #C95321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 63.41%
G = 26.18%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C95321 (or 0xC95321) is known color: Trinidad. HEX triplet: C9, 53 and 21. RGB value is (201,83,33). Sum of RGB (Red+Green+Blue) = 201+83+33=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C95321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95321 is #36ACDE. Grayscale: #707070. Windows color (decimal): -3583199 or 2184137. OLE color: 2184137.

HSL color Cylindrical-coordinate representation of color #C95321: hue angle of 17.86º degrees, saturation: 0.72, 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 #C95321 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 33 -
CMYK 0 0.59 0.84 0.21
HSL 17.86º 0.72% 0.46% -
HSV(B) 17.86º 0.84% 0.79% -
XYZ 27.46 18.71 3.6 -
YUV 112.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 201 83 33 0 0.59 0.84 0.21 17.86 0.72 0.46
Hex C9 53 21 0 3B 54 15 12 48 2E
Octal 311 123 41 0 73 124 25 22 110 56
Binary 11001001 1010011 100001 0 111011 1010100 10101 10010 1001000 101110

Color Harmonies of #C95321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95321

Black with #C95321

Text Example


Text Example

White with #C95321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95321; }

 p { color: rgb(201,83,33); }

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

background-color css

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

 a { background-color: rgb(201,83,33); }

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

border-color css

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

 span { border-color: rgb(201,83,33); }

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