Html Css Color HEX #C95328 Trinidad

📋 copy color: '#C95328'

red 201 ◦ green 83 ◦ blue 40

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

Shades of Trinidad #C95328

Tints of Trinidad #C95328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 62.04%
G = 25.62%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C95328 (or 0xC95328) is known color: Trinidad. HEX triplet: C9, 53 and 28. RGB value is (201,83,40). Sum of RGB (Red+Green+Blue) = 201+83+40=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C95328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95328 is #36ACD7. Grayscale: #717171. Windows color (decimal): -3583192 or 2642889. OLE color: 2642889.

HSL color Cylindrical-coordinate representation of color #C95328: hue angle of 16.02º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C95328 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 40 -
CMYK 0 0.59 0.80 0.21
HSL 16.02º 0.67% 0.47% -
HSV(B) 16.02º 0.8% 0.79% -
XYZ 27.56 18.76 4.18 -
YUV 113.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 201 83 40 0 0.59 0.80 0.21 16.02 0.67 0.47
Hex C9 53 28 0 3B 50 15 10 43 2F
Octal 311 123 50 0 73 120 25 20 103 57
Binary 11001001 1010011 101000 0 111011 1010000 10101 10000 1000011 101111

Color Harmonies of #C95328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95328

Black with #C95328

Text Example


Text Example

White with #C95328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95328; }

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

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

background-color css

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

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

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

border-color css

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

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

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