Html Css Color HEX #C65326 Trinidad

📋 copy color: '#C65326'

red 198 ◦ green 83 ◦ blue 38

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

Shades of Trinidad #C65326

Tints of Trinidad #C65326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.91%

R = 62.07%
G = 26.02%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C65326 (or 0xC65326) is known color: Trinidad. HEX triplet: C6, 53 and 26. RGB value is (198,83,38). Sum of RGB (Red+Green+Blue) = 198+83+38=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C65326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65326 is #39ACD9. Grayscale: #707070. Windows color (decimal): -3779802 or 2511814. OLE color: 2511814.

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

Color convert

RGB 198 83 38 -
CMYK 0 0.58 0.81 0.22
HSL 16.88º 0.68% 0.46% -
HSV(B) 16.88º 0.81% 0.78% -
XYZ 26.73 18.33 3.96 -
YUV 112.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 198 83 38 0 0.58 0.81 0.22 16.88 0.68 0.46
Hex C6 53 26 0 3A 51 16 11 44 2E
Octal 306 123 46 0 72 121 26 21 104 56
Binary 11000110 1010011 100110 0 111010 1010001 10110 10001 1000100 101110

Color Harmonies of #C65326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65326

Black with #C65326

Text Example


Text Example

White with #C65326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65326; }

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

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

background-color css

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

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

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

border-color css

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

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

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