Html Css Color HEX #C64623 Trinidad

📋 copy color: '#C64623'

red 198 ◦ green 70 ◦ blue 35

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

Shades of Trinidad #C64623

Tints of Trinidad #C64623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

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

R = 65.35%
G = 23.1%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C64623 (or 0xC64623) is known color: Trinidad. HEX triplet: C6, 46 and 23. RGB value is (198,70,35). Sum of RGB (Red+Green+Blue) = 198+70+35=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C64623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64623 is #39B9DC. Grayscale: #686868. Windows color (decimal): -3783133 or 2311878. OLE color: 2311878.

HSL color Cylindrical-coordinate representation of color #C64623: hue angle of 12.88º 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 #C64623 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 35 -
CMYK 0 0.65 0.82 0.22
HSL 12.88º 0.7% 0.46% -
HSV(B) 12.88º 0.82% 0.78% -
XYZ 25.78 16.51 3.42 -
YUV 104.28 88.91 194.85 -
System Red Green Blue C M Y K H S L
Decimal 198 70 35 0 0.65 0.82 0.22 12.88 0.7 0.46
Hex C6 46 23 0 41 52 16 D 46 2E
Octal 306 106 43 0 101 122 26 15 106 56
Binary 11000110 1000110 100011 0 1000001 1010010 10110 1101 1000110 101110

Color Harmonies of #C64623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64623

Black with #C64623

Text Example


Text Example

White with #C64623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64623; }

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

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

background-color css

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

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

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

border-color css

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

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

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