Html Css Color HEX #C65635 Trinidad

📋 copy color: '#C65635'

red 198 ◦ green 86 ◦ blue 53

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

Shades of Trinidad #C65635

Tints of Trinidad #C65635

RGB

 RED value IS 198 (77.73% from 255) = 58.75%

 GREEN value IS 86 (33.98% from 255) = 25.52%

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

R = 58.75%
G = 25.52%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C65635 (or 0xC65635) is known color: Trinidad. HEX triplet: C6, 56 and 35. RGB value is (198,86,53). Sum of RGB (Red+Green+Blue) = 198+86+53=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C65635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65635 is #39A9CA. Grayscale: #737373. Windows color (decimal): -3779019 or 3495622. OLE color: 3495622.

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

Color convert

RGB 198 86 53 -
CMYK 0 0.57 0.73 0.22
HSL 13.66º 0.58% 0.49% -
HSV(B) 13.66º 0.73% 0.78% -
XYZ 27.26 18.92 5.58 -
YUV 115.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 198 86 53 0 0.57 0.73 0.22 13.66 0.58 0.49
Hex C6 56 35 0 39 49 16 E 3A 31
Octal 306 126 65 0 71 111 26 16 72 61
Binary 11000110 1010110 110101 0 111001 1001001 10110 1110 111010 110001

Color Harmonies of #C65635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65635

Black with #C65635

Text Example


Text Example

White with #C65635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65635; }

 p { color: rgb(198,86,53); }

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

background-color css

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

 a { background-color: rgb(198,86,53); }

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

border-color css

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

 span { border-color: rgb(198,86,53); }

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