Html Css Color HEX #C65239 Trinidad

📋 copy color: '#C65239'

red 198 ◦ green 82 ◦ blue 57

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

Shades of Trinidad #C65239

Tints of Trinidad #C65239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.33%

 BLUE value IS 57 (22.66% from 255) = 16.91%

R = 58.75%
G = 24.33%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C65239 (or 0xC65239) is known color: Trinidad. HEX triplet: C6, 52 and 39. RGB value is (198,82,57). Sum of RGB (Red+Green+Blue) = 198+82+57=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C65239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65239 is #39ADC6. Grayscale: #727272. Windows color (decimal): -3780039 or 3756742. OLE color: 3756742.

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

Color convert

RGB 198 82 57 -
CMYK 0 0.59 0.71 0.22
HSL 10.64º 0.55% 0.5% -
HSV(B) 10.64º 0.71% 0.78% -
XYZ 27.04 18.34 5.98 -
YUV 113.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 198 82 57 0 0.59 0.71 0.22 10.64 0.55 0.5
Hex C6 52 39 0 3B 47 16 B 37 32
Octal 306 122 71 0 73 107 26 13 67 62
Binary 11000110 1010010 111001 0 111011 1000111 10110 1011 110111 110010

Color Harmonies of #C65239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65239

Black with #C65239

Text Example


Text Example

White with #C65239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65239; }

 p { color: rgb(198,82,57); }

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

background-color css

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

 a { background-color: rgb(198,82,57); }

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

border-color css

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

 span { border-color: rgb(198,82,57); }

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