Html Css Color HEX #C65223 Trinidad

📋 copy color: '#C65223'

red 198 ◦ green 82 ◦ blue 35

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

Shades of Trinidad #C65223

Tints of Trinidad #C65223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.11%

R = 62.86%
G = 26.03%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C65223 (or 0xC65223) is known color: Trinidad. HEX triplet: C6, 52 and 23. RGB value is (198,82,35). Sum of RGB (Red+Green+Blue) = 198+82+35=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C65223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65223 is #39ADDC. Grayscale: #6F6F6F. Windows color (decimal): -3780061 or 2314950. OLE color: 2314950.

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

Color convert

RGB 198 82 35 -
CMYK 0 0.59 0.82 0.22
HSL 17.3º 0.7% 0.46% -
HSV(B) 17.3º 0.82% 0.78% -
XYZ 26.61 18.16 3.69 -
YUV 111.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 198 82 35 0 0.59 0.82 0.22 17.3 0.7 0.46
Hex C6 52 23 0 3B 52 16 11 46 2E
Octal 306 122 43 0 73 122 26 21 106 56
Binary 11000110 1010010 100011 0 111011 1010010 10110 10001 1000110 101110

Color Harmonies of #C65223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65223

Black with #C65223

Text Example


Text Example

White with #C65223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65223; }

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

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

background-color css

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

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

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

border-color css

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

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

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