Html Css Color HEX #C8552A Trinidad

📋 copy color: '#C8552A'

red 200 ◦ green 85 ◦ blue 42

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

Shades of Trinidad #C8552A

Tints of Trinidad #C8552A

RGB

 RED value IS 200 (78.52% from 255) = 61.16%

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 61.16%
G = 25.99%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8552A (or 0xC8552A) is known color: Trinidad. HEX triplet: C8, 55 and 2A. RGB value is (200,85,42). Sum of RGB (Red+Green+Blue) = 200+85+42=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8552A is #37AAD5. Grayscale: #727272. Windows color (decimal): -3648214 or 2774472. OLE color: 2774472.

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

Color convert

RGB 200 85 42 -
CMYK 0 0.58 0.79 0.22
HSL 16.33º 0.65% 0.47% -
HSV(B) 16.33º 0.79% 0.78% -
XYZ 27.49 18.94 4.4 -
YUV 114.48 87.1 189 -
System Red Green Blue C M Y K H S L
Decimal 200 85 42 0 0.58 0.79 0.22 16.33 0.65 0.47
Hex C8 55 2A 0 3A 4F 16 10 41 2F
Octal 310 125 52 0 72 117 26 20 101 57
Binary 11001000 1010101 101010 0 111010 1001111 10110 10000 1000001 101111

Color Harmonies of #C8552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8552A

Black with #C8552A

Text Example


Text Example

White with #C8552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8552A; }

 p { color: rgb(200,85,42); }

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

background-color css

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

 a { background-color: rgb(200,85,42); }

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

border-color css

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

 span { border-color: rgb(200,85,42); }

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