Html Css Color HEX #C95425 Trinidad

📋 copy color: '#C95425'

red 201 ◦ green 84 ◦ blue 37

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

Shades of Trinidad #C95425

Tints of Trinidad #C95425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

 BLUE value IS 37 (14.84% from 255) = 11.49%

R = 62.42%
G = 26.09%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C95425 (or 0xC95425) is known color: Trinidad. HEX triplet: C9, 54 and 25. RGB value is (201,84,37). Sum of RGB (Red+Green+Blue) = 201+84+37=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C95425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95425 is #36ABDA. Grayscale: #717171. Windows color (decimal): -3582939 or 2446537. OLE color: 2446537.

HSL color Cylindrical-coordinate representation of color #C95425: hue angle of 17.2º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C95425 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 84 37 -
CMYK 0 0.58 0.82 0.21
HSL 17.2º 0.69% 0.47% -
HSV(B) 17.2º 0.82% 0.79% -
XYZ 27.59 18.89 3.94 -
YUV 113.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 201 84 37 0 0.58 0.82 0.21 17.2 0.69 0.47
Hex C9 54 25 0 3A 52 15 11 45 2F
Octal 311 124 45 0 72 122 25 21 105 57
Binary 11001001 1010100 100101 0 111010 1010010 10101 10001 1000101 101111

Color Harmonies of #C95425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95425

Black with #C95425

Text Example


Text Example

White with #C95425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95425; }

 p { color: rgb(201,84,37); }

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

background-color css

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

 a { background-color: rgb(201,84,37); }

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

border-color css

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

 span { border-color: rgb(201,84,37); }

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