Html Css Color HEX #C65327 Trinidad

📋 copy color: '#C65327'

red 198 ◦ green 83 ◦ blue 39

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

Shades of Trinidad #C65327

Tints of Trinidad #C65327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.19%

R = 61.88%
G = 25.94%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C65327 (or 0xC65327) is known color: Trinidad. HEX triplet: C6, 53 and 27. RGB value is (198,83,39). Sum of RGB (Red+Green+Blue) = 198+83+39=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C65327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65327 is #39ACD8. Grayscale: #707070. Windows color (decimal): -3779801 or 2577350. OLE color: 2577350.

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

Color convert

RGB 198 83 39 -
CMYK 0 0.58 0.80 0.22
HSL 16.6º 0.67% 0.46% -
HSV(B) 16.6º 0.8% 0.78% -
XYZ 26.75 18.34 4.05 -
YUV 112.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 198 83 39 0 0.58 0.80 0.22 16.6 0.67 0.46
Hex C6 53 27 0 3A 50 16 11 43 2E
Octal 306 123 47 0 72 120 26 21 103 56
Binary 11000110 1010011 100111 0 111010 1010000 10110 10001 1000011 101110

Color Harmonies of #C65327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65327

Black with #C65327

Text Example


Text Example

White with #C65327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65327; }

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

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

background-color css

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

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

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

border-color css

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

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

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