Html Css Color HEX #C65336 Trinidad

📋 copy color: '#C65336'

red 198 ◦ green 83 ◦ blue 54

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

Shades of Trinidad #C65336

Tints of Trinidad #C65336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.12%

R = 59.1%
G = 24.78%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C65336 (or 0xC65336) is known color: Trinidad. HEX triplet: C6, 53 and 36. RGB value is (198,83,54). Sum of RGB (Red+Green+Blue) = 198+83+54=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C65336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65336 is #39ACC9. Grayscale: #727272. Windows color (decimal): -3779786 or 3560390. OLE color: 3560390.

HSL color Cylindrical-coordinate representation of color #C65336: hue angle of 12.08º degrees, saturation: 0.57, 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 #C65336 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 54 -
CMYK 0 0.58 0.73 0.22
HSL 12.08º 0.57% 0.49% -
HSV(B) 12.08º 0.73% 0.78% -
XYZ 27.05 18.46 5.63 -
YUV 114.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 198 83 54 0 0.58 0.73 0.22 12.08 0.57 0.49
Hex C6 53 36 0 3A 49 16 C 39 31
Octal 306 123 66 0 72 111 26 14 71 61
Binary 11000110 1010011 110110 0 111010 1001001 10110 1100 111001 110001

Color Harmonies of #C65336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65336

Black with #C65336

Text Example


Text Example

White with #C65336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65336; }

 p { color: rgb(198,83,54); }

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

background-color css

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

 a { background-color: rgb(198,83,54); }

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

border-color css

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

 span { border-color: rgb(198,83,54); }

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