Html Css Color HEX #C84E35 Trinidad

📋 copy color: '#C84E35'

red 200 ◦ green 78 ◦ blue 53

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

Shades of Trinidad #C84E35

Tints of Trinidad #C84E35

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.56%

 BLUE value IS 53 (21.09% from 255) = 16.01%

R = 60.42%
G = 23.56%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C84E35 (or 0xC84E35) is known color: Trinidad. HEX triplet: C8, 4E and 35. RGB value is (200,78,53). Sum of RGB (Red+Green+Blue) = 200+78+53=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E35 is #37B1CA. Grayscale: #6F6F6F. Windows color (decimal): -3649995 or 3493576. OLE color: 3493576.

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

Color convert

RGB 200 78 53 -
CMYK 0 0.61 0.74 0.22
HSL 10.2º 0.58% 0.5% -
HSV(B) 10.2º 0.74% 0.78% -
XYZ 27.19 17.99 5.41 -
YUV 111.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 200 78 53 0 0.61 0.74 0.22 10.2 0.58 0.5
Hex C8 4E 35 0 3D 4A 16 A 3A 32
Octal 310 116 65 0 75 112 26 12 72 62
Binary 11001000 1001110 110101 0 111101 1001010 10110 1010 111010 110010

Color Harmonies of #C84E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84E35

Black with #C84E35

Text Example


Text Example

White with #C84E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84E35; }

 p { color: rgb(200,78,53); }

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

background-color css

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

 a { background-color: rgb(200,78,53); }

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

border-color css

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

 span { border-color: rgb(200,78,53); }

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